]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
hcrypto: Add exports for more crypto algorithms
authorSimon Wilkinson <sxw@your-file-system.com>
Fri, 12 Apr 2013 13:57:44 +0000 (14:57 +0100)
committerSimon Wilkinson <sxw@your-file-system.com>
Sat, 13 Jul 2013 09:32:18 +0000 (10:32 +0100)
Export some additional algorithms so we can make use
of them elsewhere in the code.

Change-Id: I676318a872a1e7b537112a3d60dac2edff478ae6

src/crypto/hcrypto/afshcrypto.def
src/crypto/hcrypto/libafshcrypto.map

index 43d5de77f7de524ea2e89e1f8294eb2da54c99b2..9e6ff77f8f2eb9992fa57c821beaab79257bffde 100644 (file)
@@ -40,3 +40,10 @@ EXPORTS
        hc_RAND_add                             @39
        hc_RAND_write_file                      @40
        hc_RAND_bytes                           @41
+       hc_HMAC                                 @42
+       hc_HMAC_CTX_cleanup                     @43
+       hc_HMAC_CTX_init                        @44
+       hc_HMAC_Final                           @45
+       hc_HMAC_Init_ex                         @46
+       hc_HMAC_Update                          @47
+       hc_HMAC_size                            @48
index 27fd7de240962f6439d49eab69657eac57892e2e..edd04cf983ee4384beebb8098c3e7b674c5d98ea 100644 (file)
        hc_RAND_file_name;
        hc_RAND_add;
        hc_RAND_write_file;
+       hc_HMAC;
+       hc_HMAC_CTX_cleanup;
+       hc_HMAC_CTX_init;
+       hc_HMAC_Final;
+       hc_HMAC_Init_ex;
+       hc_HMAC_Update;
+       hc_HMAC_size;
     local:
        *;
 };