ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/m4/openssl.m4
(Generate patch)

Comparing gvpe/m4/openssl.m4 (file contents):
Revision 1.2 by root, Sun Mar 6 13:49:50 2011 UTC vs.
Revision 1.3 by root, Tue Jun 21 16:27:32 2011 UTC

22 [AC_MSG_ERROR([OpenSSL header files not found.]); break] 22 [AC_MSG_ERROR([OpenSSL header files not found.]); break]
23 ) 23 )
24 24
25 CPPFLAGS="$tinc_ac_save_CPPFLAGS" 25 CPPFLAGS="$tinc_ac_save_CPPFLAGS"
26 26
27 AC_CHECK_LIB(crypto, SHA1_version, 27 AC_CHECK_LIB(crypto, SHA1_Init,
28 [LIBS="$LIBS -lcrypto"], 28 [LIBS="$LIBS -lcrypto"],
29 [AC_MSG_ERROR([OpenSSL libraries not found.])] 29 [AC_MSG_ERROR([OpenSSL libraries not found.])]
30 ) 30 )
31 31
32 AC_CHECK_FUNCS([RAND_pseudo_bytes OPENSSL_add_all_algorithms_noconf OpenSSL_add_all_algorithms SSLeay_add_all_algorithms]) 32 AC_CHECK_FUNCS([RAND_pseudo_bytes OPENSSL_add_all_algorithms_noconf OpenSSL_add_all_algorithms SSLeay_add_all_algorithms])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines