aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-02-17 00:41:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-02-17 00:41:43 +0000
commitcd3c54e50f0f0b3839bb70fabbe222e389732146 (patch)
tree6eb97d1ab335c083cc94661d8ed565b70207d0b7 /util
parenta3fe382e2d2d794c598921cd39117581a2a8941b (diff)
downloadopenssl-cd3c54e50f0f0b3839bb70fabbe222e389732146.zip
openssl-cd3c54e50f0f0b3839bb70fabbe222e389732146.tar.gz
openssl-cd3c54e50f0f0b3839bb70fabbe222e389732146.tar.bz2
Add -pass argument to 'enc'.
Fix to make Win32 compile work again.
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num1
-rwxr-xr-xutil/mkdef.pl1
2 files changed, 1 insertions, 1 deletions
diff --git a/util/libeay.num b/util/libeay.num
index b70f65c..9074217 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -2221,3 +2221,4 @@ ASN1_STRING_TABLE_add 2245
CRYPTO_dbg_get_options 2246
AUTHORITY_INFO_ACCESS_new 2247
CRYPTO_get_mem_debug_options 2248
+des_crypt 2249
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 06b9426..d288b56 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -377,7 +377,6 @@ sub do_defs
# Prune the returned functions
delete $funcs{"SSL_add_dir_cert_subjects_to_stack"};
- delete $funcs{"des_crypt"};
delete $funcs{"RSA_PKCS1_RSAref"} unless $rsaref;
if($W32) {