summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-10-27 12:30:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-10-27 12:30:33 +0000
commit9af68029438d573dd80060edf13bd33ecdeb55a6 (patch)
tree57240b899ed8526274f1d22c18567ba48e7979dd /util
parentc10f53a8978e00f249bb32e4b6e55131db46f6e6 (diff)
Win32 fixes, add new directory to WIN32 build system.
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num22
-rwxr-xr-xutil/mkdef.pl1
-rwxr-xr-xutil/mkfiles.pl1
3 files changed, 24 insertions, 0 deletions
diff --git a/util/libeay.num b/util/libeay.num
index a9ff5079c5..989f5e3ea1 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -3700,3 +3700,25 @@ FIPS_rsa_free 4088 EXIST:OPENSSL_FIPS:FUNCTION:RSA
FIPS_dsa_sig_encode 4089 EXIST:OPENSSL_FIPS:FUNCTION:DSA
CRYPTO_dbg_remove_all_info 4090 EXIST::FUNCTION:
OPENSSL_init 4091 EXIST::FUNCTION:
+private_Camellia_set_key 4092 EXIST:OPENSSL_FIPS:FUNCTION:CAMELLIA
+JPAKE_STEP3A_process 4093 EXIST::FUNCTION:
+JPAKE_STEP1_release 4094 EXIST::FUNCTION:
+JPAKE_get_shared_key 4095 EXIST::FUNCTION:
+JPAKE_STEP3B_init 4096 EXIST::FUNCTION:
+JPAKE_STEP1_generate 4097 EXIST::FUNCTION:
+JPAKE_STEP1_init 4098 EXIST::FUNCTION:
+JPAKE_STEP3B_process 4099 EXIST::FUNCTION:
+JPAKE_STEP2_generate 4100 EXIST::FUNCTION:
+JPAKE_CTX_new 4101 EXIST::FUNCTION:
+JPAKE_CTX_free 4102 EXIST::FUNCTION:
+JPAKE_STEP3B_release 4103 EXIST::FUNCTION:
+JPAKE_STEP3A_release 4104 EXIST::FUNCTION:
+JPAKE_STEP2_process 4105 EXIST::FUNCTION:
+CRYPTO_strdup 4106 EXIST::FUNCTION:
+JPAKE_STEP3B_generate 4107 EXIST::FUNCTION:
+JPAKE_STEP1_process 4108 EXIST::FUNCTION:
+JPAKE_STEP3A_generate 4109 EXIST::FUNCTION:
+JPAKE_STEP2_release 4110 EXIST::FUNCTION:
+JPAKE_STEP3A_init 4111 EXIST::FUNCTION:
+ERR_load_JPAKE_strings 4112 EXIST::FUNCTION:
+JPAKE_STEP2_init 4113 EXIST::FUNCTION:
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 26155b887a..1507a8b499 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -308,6 +308,7 @@ $crypto.=" crypto/tmdiff.h";
$crypto.=" crypto/store/store.h";
$crypto.=" crypto/pqueue/pqueue.h";
$crypto.=" crypto/cms/cms.h";
+$crypto.=" crypto/jpake/jpake.h";
$crypto.=" fips/fips.h fips/rand/fips_rand.h";
my $symhacks="crypto/symhacks.h";
diff --git a/util/mkfiles.pl b/util/mkfiles.pl
index 38d3e87377..67fb8694c8 100755
--- a/util/mkfiles.pl
+++ b/util/mkfiles.pl
@@ -47,6 +47,7 @@ my @dirs = (
"crypto/x509",
"crypto/x509v3",
"crypto/conf",
+"crypto/jpake",
"crypto/txt_db",
"crypto/pkcs7",
"crypto/pkcs12",