X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FRSA_generate_key.pod;h=3bafc6fe27dbfb1b2972c7b8949f48b5b53fb6d1;hp=2059f51131b665a36890c31ea7927e7719897da1;hb=a0a9f36ebf70c4705d08eb93e23ae64bd28a0bbd;hpb=e2f92610bcc21dc5b943f9250e34c207ab35fef0 diff --git a/doc/crypto/RSA_generate_key.pod b/doc/crypto/RSA_generate_key.pod index 2059f51131..3bafc6fe27 100644 --- a/doc/crypto/RSA_generate_key.pod +++ b/doc/crypto/RSA_generate_key.pod @@ -14,7 +14,7 @@ Deprecated: #if OPENSSL_API_COMPAT < 0x00908000L RSA *RSA_generate_key(int num, unsigned long e, - void (*callback)(int,int,void *), void *cb_arg); + void (*callback)(int, int, void *), void *cb_arg); #endif =head1 DESCRIPTION @@ -72,10 +72,8 @@ RSA_generate_key() goes into an infinite loop for illegal input values. =head1 SEE ALSO -L, L, L, -L, L - -=cut +L, L, +L, L =head1 COPYRIGHT