X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=doc%2Fman3%2FRSA_set_method.pod;h=77af35f246ea2f4b0a38c089cfc137b6f1caf101;hb=9c0586d5fc7988d2f8544f7884572a3b430406f6;hp=8815153da340f70668aa65662d2586344377e48f;hpb=60a7817cacacf4b30a16414479789c2774360782;p=openssl.git diff --git a/doc/man3/RSA_set_method.pod b/doc/man3/RSA_set_method.pod index 8815153da3..77af35f246 100644 --- a/doc/man3/RSA_set_method.pod +++ b/doc/man3/RSA_set_method.pod @@ -129,7 +129,7 @@ the default method is used. const unsigned char *m, unsigned int m_length, const unsigned char *sigbuf, unsigned int siglen, const RSA *rsa); - /* keygen. If NULL builtin RSA key generation will be used */ + /* keygen. If NULL built-in RSA key generation will be used */ int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb); } RSA_METHOD;