From: Ben Kaduk Date: Mon, 8 Jul 2013 15:56:26 +0000 (-0400) Subject: hcrypto: export weak key routine X-Git-Tag: upstream/1.8.0_pre1^2~1098 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=522d5de7131631b56cf9d3070f17bd6f1713e1e3;p=packages%2Fo%2Fopenafs.git hcrypto: export weak key routine We only export it on Windows, but the DES3 routines in the rfc3961 library need it everywhere. Change-Id: Ide0328e40b7753d8ebca79db9eb8b6211bfd7f14 Reviewed-on: http://gerrit.openafs.org/10053 Reviewed-by: Jeffrey Altman Tested-by: BuildBot --- diff --git a/src/crypto/hcrypto/libafshcrypto.map b/src/crypto/hcrypto/libafshcrypto.map index a123c0a59..27fd7de24 100644 --- a/src/crypto/hcrypto/libafshcrypto.map +++ b/src/crypto/hcrypto/libafshcrypto.map @@ -10,6 +10,7 @@ hc_DES_cbc_cksum; hc_DES_ecb_encrypt; hc_DES_init_random_number_generator; + hc_DES_is_weak_key; hc_DES_key_sched; hc_DES_new_random_key; hc_DES_pcbc_encrypt;