noloader / cryptopp-pem

PEM parsing of keys and parameters for Crypto++ project
38 stars 31 forks source link

x509cert.cpp(89,85): error C2059: syntax error: ')' #11

Closed GekkieHenkie closed 2 years ago

GekkieHenkie commented 2 years ago

One closing bracket too many in x509cert.cpp, line 89; it doesn't compile.

noloader commented 2 years ago

Thanks @GekkieHenkie.

Sorry about that. Those changes were not well tested.

Cleared at Commit c7b95d82b342. You will also need Commit fae99431186d and Commit 08f3fc5676af on Crypto++ master.