Dear all I have used function Private_aes_encrypt(key,128,&expanded)
When I execute the program with gdb by using the following command: gcc -g filename.c filename -lcrypto Then the error (undefined reference to `private_AES_set_encrypt_key') always comes. When i use aes_encrypt function in my program then i use -lcrypto during execution but for private_aes_encrypt, what I must use. Kindly I need your help to solve the problem. I am using the openssl-1.0.1f library for my program. *Thanks and Regards,* Zakira Inayat Ph.D Scholar in University of Malaya, Malaysia
_______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel