On Mon, Sep 02, 2013, Elluru, Krishna wrote: > HI, > I am trying to compile aes ciphers alone to kernel of FREEBSD 8.1 version. I > am not able to find the definition of below symbols. Anyone faced this issue? > can u guide me to find the definition of these macros? > > ASN1_BOOLEAN_it > ASN1_OBJECT_it > BIGNUM_it > CBIGNUM_it > LONG_it > ZLONG_it >
Those symbols are ASN1 related and you'd have to include quite a few source files from crypto/asn1 to get them. If you just want AES without EVP and no ASN1 support you need to strip out a few more source files. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
