Use OpenSSL to generate the nonce.

This commit is contained in:
Jonathan Schleifer 2011-03-30 20:12:47 +02:00
parent 2a8547ce2b
commit 9547bd112f
5 changed files with 28 additions and 98 deletions

View file

@ -34,7 +34,7 @@ AS_IF([test x"$enable_static" = x"yes" -o x"$enable_shared" = x"no"], [
])
AC_CHECK_LIB(objopenssl, main, [
LIBS="$LIBS -lobjopenssl"
LIBS="$LIBS -lobjopenssl -lcrypto"
], [
AC_MSG_ERROR(You need ObjOpenSSL installed!)
])