X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fseed%2Fseed.h;h=6ffa5f024e833fdd62f26993dcd8e3a9f3cab49b;hb=c18440956dd4a756e778b05d6ceadc27bd034edb;hp=feea8a38bddbaac4d2e804297f325c79902991e1;hpb=96afc1cfd53a0ffcca8544fa751eb9bf17749133;p=oweals%2Fopenssl.git diff --git a/crypto/seed/seed.h b/crypto/seed/seed.h index feea8a38bd..6ffa5f024e 100644 --- a/crypto/seed/seed.h +++ b/crypto/seed/seed.h @@ -82,6 +82,8 @@ #define HEADER_SEED_H #include +#include +#include #ifdef OPENSSL_NO_SEED #error SEED is disabled. @@ -121,8 +123,6 @@ void SEED_encrypt(const unsigned char s[SEED_BLOCK_SIZE], unsigned char d[SEED_B void SEED_decrypt(const unsigned char s[SEED_BLOCK_SIZE], unsigned char d[SEED_BLOCK_SIZE], const SEED_KEY_SCHEDULE *ks); void SEED_ecb_encrypt(const unsigned char *in, unsigned char *out, const SEED_KEY_SCHEDULE *ks, int enc); - -/* TBD */ void SEED_cbc_encrypt(const unsigned char *in, unsigned char *out, size_t len, const SEED_KEY_SCHEDULE *ks, unsigned char ivec[SEED_BLOCK_SIZE], int enc); void SEED_cfb128_encrypt(const unsigned char *in, unsigned char *out,