The logic in the main signing and verifying functions to check lengths was
[openssl.git] / crypto / rsa / rsa.h
index 98b3bd7cc5282a863810d41d9ff68307c7013894..b2e25e4e7c714a73449f437a107a002ab983c941 100644 (file)
@@ -175,6 +175,8 @@ struct rsa_st
 #define RSA_NO_PADDING         3
 #define RSA_PKCS1_OAEP_PADDING 4
 
+#define RSA_PKCS1_PADDING_SIZE 11
+
 #define RSA_set_app_data(s,arg)         RSA_set_ex_data(s,0,arg)
 #define RSA_get_app_data(s)             RSA_get_ex_data(s,0)