Header bloat reduction for EVP_PKEY.
[openssl.git] / crypto / rsa / rsa.h
index 0966b0dbf79e14e00de57d187005483b1d9866bd..488f6798fcaf46b7e2ecbe86e80745f8495c4162 100644 (file)
@@ -283,7 +283,6 @@ int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
 int RSA_set_ex_data(RSA *r,int idx,void *arg);
 void *RSA_get_ex_data(const RSA *r, int idx);
 
-
 /* BEGIN ERROR CODES */
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.