Re: library intialization error

2019-06-13 Thread Werner Koch
Hi! On Wed, 12 Jun 2019 10:08, hassan.mostaf...@gmail.com said: > # include > > # define AM_PATH_LIBGCRYPT What purpose has this macro? Did you mized something up with a configure macro. Anyway, it is not a problem. > /* intialization success check */ > > gcry_error_t e1 = gcry_control (GCRYC

library intialization error

2019-06-12 Thread Hassan Mostafa
Hi, I am a new to libgcrypt. i had an error when I tried just to initialize the library. I followed the manual for initialization but when try to check it's success it give me general error. the code as following # include # include # include # include # include # define AM_PATH_LIBGCRYPT