You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -21551,6 +21551,7 @@
|
|
if test "x$with_sha1" = xlibcrypto; then
|
|
if test "x$HAVE_LIBCRYPTO" = xyes; then
|
|
SHA1_LIBS=-lcrypto
|
|
+ SHA1_CFLAGS="$OPENSSL_CFLAGS"
|
|
else
|
|
SHA1_LIBS="$OPENSSL_LIBS"
|
|
SHA1_CFLAGS="$OPENSSL_CFLAGS"
|