From a583a1a0a7826a0b68701887cb0113e6bc08aaa0 Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Mon, 8 Jul 2013 11:56:26 -0400 Subject: [PATCH] hcrypto: export weak key routine We only export it on Windows, but the DES3 routines in the rfc3961 library need it everywhere. Reviewed-on: http://gerrit.openafs.org/10053 Reviewed-by: Jeffrey Altman Tested-by: BuildBot (cherry picked from commit 522d5de7131631b56cf9d3070f17bd6f1713e1e3) Change-Id: I55503c7074e13abff3633b79910dbe19f2911ffc Reviewed-on: http://gerrit.openafs.org/10064 Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- src/crypto/hcrypto/libafshcrypto.map | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crypto/hcrypto/libafshcrypto.map b/src/crypto/hcrypto/libafshcrypto.map index fcdc7344c4..cab15e1648 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;