Loading crypto/dsa/dsa_gen.c +2 −1 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ #define HASH SHA1 #endif #ifndef NO_SHA #include <stdio.h> #include <time.h> #include "cryptlib.h" Loading Loading @@ -328,4 +329,4 @@ err: return(ok); } #endif crypto/dsa/dsa_key.c +2 −1 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ #ifndef NO_SHA #include <stdio.h> #include <time.h> #include "cryptlib.h" Loading Loading @@ -108,4 +109,4 @@ err: if (ctx != NULL) BN_CTX_free(ctx); return(ok); } #endif crypto/evp/e_cbc_3d.c +2 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ #ifndef NO_DES #include <stdio.h> #include "cryptlib.h" #include <openssl/evp.h> Loading Loading @@ -143,3 +144,4 @@ static void des_cbc_ede_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, &(ctx->iv[0]), ctx->encrypt); } #endif crypto/evp/e_cbc_d.c +2 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ #ifndef NO_DES #include <stdio.h> #include "cryptlib.h" #include <openssl/evp.h> Loading Loading @@ -98,3 +99,4 @@ static void des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, { des_ncbc_encrypt(in,out,inl,ctx->c.des_ks,&(ctx->iv[0]),ctx->encrypt); } #endif crypto/evp/e_cfb_3d.c +2 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ #ifndef NO_DES #include <stdio.h> #include "cryptlib.h" #include <openssl/evp.h> Loading Loading @@ -146,3 +147,4 @@ static void des_ede_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, ctx->c.des_ede.ks3, &(ctx->iv[0]),&ctx->num,ctx->encrypt); } #endif Loading
crypto/dsa/dsa_gen.c +2 −1 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ #define HASH SHA1 #endif #ifndef NO_SHA #include <stdio.h> #include <time.h> #include "cryptlib.h" Loading Loading @@ -328,4 +329,4 @@ err: return(ok); } #endif
crypto/dsa/dsa_key.c +2 −1 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ #ifndef NO_SHA #include <stdio.h> #include <time.h> #include "cryptlib.h" Loading Loading @@ -108,4 +109,4 @@ err: if (ctx != NULL) BN_CTX_free(ctx); return(ok); } #endif
crypto/evp/e_cbc_3d.c +2 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ #ifndef NO_DES #include <stdio.h> #include "cryptlib.h" #include <openssl/evp.h> Loading Loading @@ -143,3 +144,4 @@ static void des_cbc_ede_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, &(ctx->iv[0]), ctx->encrypt); } #endif
crypto/evp/e_cbc_d.c +2 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ #ifndef NO_DES #include <stdio.h> #include "cryptlib.h" #include <openssl/evp.h> Loading Loading @@ -98,3 +99,4 @@ static void des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, { des_ncbc_encrypt(in,out,inl,ctx->c.des_ks,&(ctx->iv[0]),ctx->encrypt); } #endif
crypto/evp/e_cfb_3d.c +2 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ #ifndef NO_DES #include <stdio.h> #include "cryptlib.h" #include <openssl/evp.h> Loading Loading @@ -146,3 +147,4 @@ static void des_ede_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, ctx->c.des_ede.ks3, &(ctx->iv[0]),&ctx->num,ctx->encrypt); } #endif