diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2002-05-15 02:29:22 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2002-05-15 02:29:22 +0000 |
commit | 91e658d150d50d685c759a2842f7daf41f5ea781 (patch) | |
tree | 5ddc1e1bcae1ea5d3421dab5dbc6c5eeef061de1 /lib/libssl/crypto | |
parent | 6c0ec994f6df34916fa115066471c2082b0f841c (diff) |
OpenSSL 0.9.7 stable 2002 05 08 merge
Diffstat (limited to 'lib/libssl/crypto')
-rw-r--r-- | lib/libssl/crypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/crypto/Makefile b/lib/libssl/crypto/Makefile index 2bfd04d516a..97e12a758dc 100644 --- a/lib/libssl/crypto/Makefile +++ b/lib/libssl/crypto/Makefile @@ -1,7 +1,7 @@ LIB= crypto -SSLEAYDIST= openssl +SSLEAYDIST= src LCRYPTO_SRC= ${.CURDIR}/../${SSLEAYDIST}/crypto LCRYPTO_INC= ${.CURDIR}/../${SSLEAYDIST}/include |