Use OpenSSL to generate the nonce.
This commit is contained in:
parent
2a8547ce2b
commit
9547bd112f
5 changed files with 28 additions and 98 deletions
|
@ -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!)
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue