diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-30 19:45:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-30 19:45:15 +0000 |
commit | 63e05523e8dc77011d0941b5d10881c86e073b7d (patch) | |
tree | ca11c687bb92b65b8e52347f76b85cce1de81461 /lib/libssl | |
parent | 3774f306b0e9389d7abe19c67d01f39cb7dad98f (diff) |
oops
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/Makefile.bsd-wrapper b/lib/libssl/Makefile.bsd-wrapper index a8615f72db6..05ffc23fb5a 100644 --- a/lib/libssl/Makefile.bsd-wrapper +++ b/lib/libssl/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for OpenSSL -# $OpenBSD: Makefile.bsd-wrapper,v 1.17 2000/03/30 08:18:45 deraadt Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.18 2000/03/30 19:45:14 deraadt Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -59,7 +59,7 @@ MANALL= ssl.cat3 SSL_get_error.cat3 \ ERR_load_crypto_strings.cat3 ERR_load_strings.cat3 \ ERR_print_errors.cat3 ERR_put_error.cat3 rsa.cat3 \ ERR_remove_state.cat3 sha.cat3 EVP_DigestInit.cat3 \ - EVP_EncryptInit.cat3 \ + EVP_EncryptInit.cat3 BUF_MEM_new.cat3 \ \ openssl.cat1 |