From bd6386f59cb1f2bb31bf83b63f662ce904761b14 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 13 Jun 2011 23:06:43 +0000 Subject: make sure custom cipher flag doesn't use any mode bits --- crypto/evp/evp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index 6301917fa7..2bfeb85e7d 100644 --- a/crypto/evp/evp.h +++ b/crypto/evp/evp.h @@ -360,7 +360,7 @@ struct evp_cipher_st /* Cipher handles any and all padding logic as well * as finalisation. */ -#define EVP_CIPH_FLAG_CUSTOM_CIPHER 0x10000 +#define EVP_CIPH_FLAG_CUSTOM_CIPHER 0x100000 /* ctrl() values */ -- cgit v1.2.3