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): undefined reference to `CRYPTO_gcm128_encrypt'
test.c:(.text+0xd8): undefined reference to `CRYPTO_gcm128_tag'
test.c:(.text+0xe4): undefined reference to `CRYPTO_gcm128_release'

Any ideas how to link it properly?

Thanks in advance,
Edward.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to