Browse code

autojunk'd

Mickey Sola authored on 2018/04/18 02:08:09
Showing 3 changed files
... ...
@@ -119,7 +119,7 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
119 119
 	$(top_srcdir)/docs/man/clamdtop.1.in \
120 120
 	$(top_srcdir)/docs/man/clamsubmit.1.in COPYING config/compile \
121 121
 	config/config.guess config/config.rpath config/config.sub \
122
-	config/install-sh config/missing config/ylwrap \
122
+	config/depcomp config/install-sh config/missing config/ylwrap \
123 123
 	config/ltmain.sh $(top_srcdir)/config/compile \
124 124
 	$(top_srcdir)/config/config.guess \
125 125
 	$(top_srcdir)/config/config.rpath \
... ...
@@ -18064,11 +18064,11 @@ have_crypto="no"
18064 18064
 
18065 18065
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18066 18066
 /* end confdefs.h.  */
18067
-#include <openssl/ssl.h>
18067
+#include <openssl/bn.h>
18068 18068
 int
18069 18069
 main ()
18070 18070
 {
18071
-SSL_library_init();
18071
+BN_CTX_new();
18072 18072
   ;
18073 18073
   return 0;
18074 18074
 }
... ...
@@ -18082,9 +18082,9 @@ rm -f core conftest.err conftest.$ac_objext \
18082 18082
     conftest$ac_exeext conftest.$ac_ext
18083 18083
 
18084 18084
 
18085
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVP_EncryptInit in -lcrypto" >&5
18086
-$as_echo_n "checking for EVP_EncryptInit in -lcrypto... " >&6; }
18087
-if ${ac_cv_lib_crypto_EVP_EncryptInit+:} false; then :
18085
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CRYPTO_free in -lcrypto" >&5
18086
+$as_echo_n "checking for CRYPTO_free in -lcrypto... " >&6; }
18087
+if ${ac_cv_lib_crypto_CRYPTO_free+:} false; then :
18088 18088
   $as_echo_n "(cached) " >&6
18089 18089
 else
18090 18090
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -18098,27 +18098,27 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18098 18098
 #ifdef __cplusplus
18099 18099
 extern "C"
18100 18100
 #endif
18101
-char EVP_EncryptInit ();
18101
+char CRYPTO_free ();
18102 18102
 int
18103 18103
 main ()
18104 18104
 {
18105
-return EVP_EncryptInit ();
18105
+return CRYPTO_free ();
18106 18106
   ;
18107 18107
   return 0;
18108 18108
 }
18109 18109
 _ACEOF
18110 18110
 if ac_fn_c_try_link "$LINENO"; then :
18111
-  ac_cv_lib_crypto_EVP_EncryptInit=yes
18111
+  ac_cv_lib_crypto_CRYPTO_free=yes
18112 18112
 else
18113
-  ac_cv_lib_crypto_EVP_EncryptInit=no
18113
+  ac_cv_lib_crypto_CRYPTO_free=no
18114 18114
 fi
18115 18115
 rm -f core conftest.err conftest.$ac_objext \
18116 18116
     conftest$ac_exeext conftest.$ac_ext
18117 18117
 LIBS=$ac_check_lib_save_LIBS
18118 18118
 fi
18119
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_EVP_EncryptInit" >&5
18120
-$as_echo "$ac_cv_lib_crypto_EVP_EncryptInit" >&6; }
18121
-if test "x$ac_cv_lib_crypto_EVP_EncryptInit" = xyes; then :
18119
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_CRYPTO_free" >&5
18120
+$as_echo "$ac_cv_lib_crypto_CRYPTO_free" >&6; }
18121
+if test "x$ac_cv_lib_crypto_CRYPTO_free" = xyes; then :
18122 18122
   have_crypto="yes"
18123 18123
 else
18124 18124
   as_fn_error $? "Your OpenSSL installation is misconfigured or missing" "$LINENO" 5
... ...
@@ -5295,11 +5295,11 @@ have_crypto="no"
5295 5295
 
5296 5296
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5297 5297
 /* end confdefs.h.  */
5298
-#include <openssl/ssl.h>
5298
+#include <openssl/bn.h>
5299 5299
 int
5300 5300
 main ()
5301 5301
 {
5302
-SSL_library_init();
5302
+BN_CTX_new();
5303 5303
   ;
5304 5304
   return 0;
5305 5305
 }
... ...
@@ -5313,9 +5313,9 @@ rm -f core conftest.err conftest.$ac_objext \
5313 5313
     conftest$ac_exeext conftest.$ac_ext
5314 5314
 
5315 5315
 
5316
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVP_EncryptInit in -lcrypto" >&5
5317
-$as_echo_n "checking for EVP_EncryptInit in -lcrypto... " >&6; }
5318
-if ${ac_cv_lib_crypto_EVP_EncryptInit+:} false; then :
5316
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CRYPTO_free in -lcrypto" >&5
5317
+$as_echo_n "checking for CRYPTO_free in -lcrypto... " >&6; }
5318
+if ${ac_cv_lib_crypto_CRYPTO_free+:} false; then :
5319 5319
   $as_echo_n "(cached) " >&6
5320 5320
 else
5321 5321
   ac_check_lib_save_LIBS=$LIBS
... ...
@@ -5329,27 +5329,27 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5329 5329
 #ifdef __cplusplus
5330 5330
 extern "C"
5331 5331
 #endif
5332
-char EVP_EncryptInit ();
5332
+char CRYPTO_free ();
5333 5333
 int
5334 5334
 main ()
5335 5335
 {
5336
-return EVP_EncryptInit ();
5336
+return CRYPTO_free ();
5337 5337
   ;
5338 5338
   return 0;
5339 5339
 }
5340 5340
 _ACEOF
5341 5341
 if ac_fn_c_try_link "$LINENO"; then :
5342
-  ac_cv_lib_crypto_EVP_EncryptInit=yes
5342
+  ac_cv_lib_crypto_CRYPTO_free=yes
5343 5343
 else
5344
-  ac_cv_lib_crypto_EVP_EncryptInit=no
5344
+  ac_cv_lib_crypto_CRYPTO_free=no
5345 5345
 fi
5346 5346
 rm -f core conftest.err conftest.$ac_objext \
5347 5347
     conftest$ac_exeext conftest.$ac_ext
5348 5348
 LIBS=$ac_check_lib_save_LIBS
5349 5349
 fi
5350
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_EVP_EncryptInit" >&5
5351
-$as_echo "$ac_cv_lib_crypto_EVP_EncryptInit" >&6; }
5352
-if test "x$ac_cv_lib_crypto_EVP_EncryptInit" = xyes; then :
5350
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_CRYPTO_free" >&5
5351
+$as_echo "$ac_cv_lib_crypto_CRYPTO_free" >&6; }
5352
+if test "x$ac_cv_lib_crypto_CRYPTO_free" = xyes; then :
5353 5353
   have_crypto="yes"
5354 5354
 else
5355 5355
   as_fn_error $? "Your OpenSSL installation is misconfigured or missing" "$LINENO" 5