commit | 8a055e06a2a8ce1bf66f2ec3bec02bb50b4f8582 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Fri Aug 09 10:44:28 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Fri Aug 09 10:44:28 2013 -0700 |
tree | 072e4e5576ef603eee75ece935780c6ad463667f | |
parent | a0c60770f382519a8f312c752e2975a4eb9a01fd [diff] [blame] |
Use AC_CHECK_LIB for ssl and crypto
diff --git a/config.h.in b/config.h.in index eec5492..b91c0cf 100644 --- a/config.h.in +++ b/config.h.in
@@ -12,6 +12,12 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `crypto' library (-lcrypto). */ +#undef HAVE_LIBCRYPTO + +/* Define to 1 if you have the `ssl' library (-lssl). */ +#undef HAVE_LIBSSL + /* 1 if have memcmp in memory.h. */ #undef HAVE_MEMCMP