On Wed, 28 Nov 2012 23:26:35 -0500
"Dave Thompson" wrote:
> > From: owner-openssl-us...@openssl.org On Behalf Of Edward Shishkin
> > Sent: Monday, 26 November, 2012 13:56
>
> > I'd like to use new openssl features (GCM, CMAC, etc), but have
> > troubles: with standard flags (-lssl -lcrypto) comp
> From: owner-openssl-us...@openssl.org On Behalf Of Edward Shishkin
> Sent: Monday, 26 November, 2012 13:56
> I'd like to use new openssl features (GCM, CMAC, etc), but have
> troubles: with standard flags (-lssl -lcrypto) compilation failed:
>
Compilation did not fail; linking did. Your questio
Hello everyone.
I'd like to use new openssl features (GCM, CMAC, etc), but have
troubles: with standard flags (-lssl -lcrypto) compilation failed:
test.c:(.text+0x7f): undefined reference to `CRYPTO_gcm128_new'
test.c:(.text+0x9e): undefined reference to `CRYPTO_gcm128_setiv'
test.c:(.text+0xbd):