diff options
author | djm <> | 2012-10-13 21:23:57 +0000 |
---|---|---|
committer | djm <> | 2012-10-13 21:23:57 +0000 |
commit | 9b3472b7d4065659a32367dab0041d7ef4194093 (patch) | |
tree | f9ec86d879ac4a66f08398373cfe233c8d41851a /src/lib/libcrypto/seed/seed.h | |
parent | e9d65189905c6e99c1062d65e26bf83eebb0a26a (diff) | |
parent | 5bb3399db864c8865e0df73bd1564407bac5d182 (diff) | |
download | openbsd-9b3472b7d4065659a32367dab0041d7ef4194093.tar.gz openbsd-9b3472b7d4065659a32367dab0041d7ef4194093.tar.bz2 openbsd-9b3472b7d4065659a32367dab0041d7ef4194093.zip |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/seed/seed.h')
-rw-r--r-- | src/lib/libcrypto/seed/seed.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/seed/seed.h b/src/lib/libcrypto/seed/seed.h index 6ffa5f024e..c50fdd3607 100644 --- a/src/lib/libcrypto/seed/seed.h +++ b/src/lib/libcrypto/seed/seed.h | |||
@@ -116,7 +116,9 @@ typedef struct seed_key_st { | |||
116 | #endif | 116 | #endif |
117 | } SEED_KEY_SCHEDULE; | 117 | } SEED_KEY_SCHEDULE; |
118 | 118 | ||
119 | 119 | #ifdef OPENSSL_FIPS | |
120 | void private_SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH], SEED_KEY_SCHEDULE *ks); | ||
121 | #endif | ||
120 | void SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH], SEED_KEY_SCHEDULE *ks); | 122 | void SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH], SEED_KEY_SCHEDULE *ks); |
121 | 123 | ||
122 | void SEED_encrypt(const unsigned char s[SEED_BLOCK_SIZE], unsigned char d[SEED_BLOCK_SIZE], const SEED_KEY_SCHEDULE *ks); | 124 | void SEED_encrypt(const unsigned char s[SEED_BLOCK_SIZE], unsigned char d[SEED_BLOCK_SIZE], const SEED_KEY_SCHEDULE *ks); |