summaryrefslogtreecommitdiffstats
path: root/crypto/rijndael
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-02-09 18:16:12 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-02-09 18:16:12 +0000
commitc063f2c5ec5afda27ffda674ccd593289fd6f4af (patch)
tree48c44e1a36ab7fee9cdbe0d0056409d4ba06f93b /crypto/rijndael
parentc47c6196802a5d018665f8f5617986bcaa6a1787 (diff)
Various Win32 related fixed. Make no-krb5 work in mkdef.pl .
Fix warning in apps/engine.c Remove definitions of deleted functions. Add missing definition of X509_VAL.
Diffstat (limited to 'crypto/rijndael')
-rwxr-xr-xcrypto/rijndael/rd_fst.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/rijndael/rd_fst.h b/crypto/rijndael/rd_fst.h
index f093e5b477..fcace29478 100755
--- a/crypto/rijndael/rd_fst.h
+++ b/crypto/rijndael/rd_fst.h
@@ -39,9 +39,4 @@ int rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBit
void rijndaelEncrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 pt[16], u8 ct[16]);
void rijndaelDecrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 ct[16], u8 pt[16]);
-#ifdef INTERMEDIATE_VALUE_KAT
-void rijndaelEncryptRound(const u32 rk[/*4*(Nr + 1)*/], int Nr, u8 block[16], int rounds);
-void rijndaelDecryptRound(const u32 rk[/*4*(Nr + 1)*/], int Nr, u8 block[16], int rounds);
-#endif /* INTERMEDIATE_VALUE_KAT */
-
#endif /* __RIJNDAEL_ALG_FST_H */