diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2013-04-18 14:26:08 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2013-04-18 14:26:08 +0000 |
| commit | 43527828798a93d4d0678358d90b66d3d4612d97 (patch) | |
| tree | 18f159dbb5607071b2badbfe20c955ab4b442373 /auto/lib/sha1/conf | |
| parent | ba4f2702bc375574cdbef5ed26cde52fef278e30 (diff) | |
| download | nginx-43527828798a93d4d0678358d90b66d3d4612d97.tar.gz nginx-43527828798a93d4d0678358d90b66d3d4612d97.tar.bz2 | |
Configure: uniformly refer to libs when searching for md5 and sha1.
Diffstat (limited to '')
| -rw-r--r-- | auto/lib/sha1/conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/lib/sha1/conf b/auto/lib/sha1/conf index 1e644c02f..fd69afda2 100644 --- a/auto/lib/sha1/conf +++ b/auto/lib/sha1/conf @@ -57,7 +57,7 @@ else # OpenSSL crypto library - ngx_feature="OpenSSL sha1 crypto library" + ngx_feature="sha1 in system OpenSSL crypto library" ngx_feature_incs="#include <openssl/sha.h>" ngx_feature_libs="-lcrypto" . auto/feature |
