diff options
author | djm <> | 2012-10-13 21:23:57 +0000 |
---|---|---|
committer | djm <> | 2012-10-13 21:23:57 +0000 |
commit | c93077289f634e6f9f13ab48bc059773ac806130 (patch) | |
tree | f9ec86d879ac4a66f08398373cfe233c8d41851a /src/lib/libcrypto/seed/seed.h | |
parent | d56dbc3c72494d4b68c03f5bcc3ae1f9df7b17df (diff) | |
parent | 0f4e59be0458751f14ec603610fb285ff9737a1c (diff) | |
download | openbsd-c93077289f634e6f9f13ab48bc059773ac806130.tar.gz openbsd-c93077289f634e6f9f13ab48bc059773ac806130.tar.bz2 openbsd-c93077289f634e6f9f13ab48bc059773ac806130.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); |