diff options
author | Rob Austein <sra@hactrn.net> | 2010-12-17 01:25:16 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-12-17 01:25:16 +0000 |
commit | 31751b30ac013689ed5cce8f11f83d18d6cc7bef (patch) | |
tree | e553e67eb76531f9f4e3c9b8f9a9c4610e342592 /configure.ac | |
parent | f70a7dc781531f839db5b1e11164d9930d70259d (diff) |
Oops, looking for "CMS_verify", not "CMS_VERIFY"
svn path=/configure; revision=3571
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b5185db2..74d25e0a 100644 --- a/configure.ac +++ b/configure.ac @@ -73,7 +73,7 @@ fi AC_CHECK_LIB([crypto], [v3_addr_validate_path], [AC_MSG_NOTICE([System OpenSSL libcrypto has RFC 3779])], [AC_MSG_NOTICE([Can't find system OpenSSL libcrypto with RFC 3779])]) -AC_CHECK_LIB([crypto], [CMS_VERIFY], +AC_CHECK_LIB([crypto], [CMS_verify], [AC_MSG_NOTICE([System OpenSSL libcrypto has CMS])], [AC_MSG_NOTICE([Can't find system OpenSSL libcrypto with CMS])]) |