summaryrefslogtreecommitdiffstats
path: root/doc/man3/RSA_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/RSA_new.pod')
-rw-r--r--doc/man3/RSA_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/RSA_new.pod b/doc/man3/RSA_new.pod
index 3317920741..d57fe826d1 100644
--- a/doc/man3/RSA_new.pod
+++ b/doc/man3/RSA_new.pod
@@ -8,7 +8,7 @@ RSA_new, RSA_free - allocate and free RSA objects
#include <openssl/rsa.h>
- RSA * RSA_new(void);
+ RSA *RSA_new(void);
void RSA_free(RSA *rsa);