Re: New features in openssl-1.0.1c

2012-11-29 Thread Edward Shishkin
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

RE: New features in openssl-1.0.1c

2012-11-28 Thread Dave Thompson
> 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

New features in openssl-1.0.1c

2012-11-26 Thread Edward Shishkin
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):