Как компилить программу использующую openssl? Какие флаги нужны?
gcc rsa.c -o rsa -L/usr/local/openssl /tmp/ccAUcGKL.o: In function `main': rsa.c:(.text+0x12): undefined reference to `RSA_new' collect2: ld returned 1 exit status
Как компилить программу использующую openssl? Какие флаги нужны?
gcc rsa.c -o rsa -L/usr/local/openssl /tmp/ccAUcGKL.o: In function `main': rsa.c:(.text+0x12): undefined reference to `RSA_new' collect2: ld returned 1 exit status