Document the raw key getter functions
[openssl.git] / doc / man3 / RSA_new.pod
index 3317920741e43dbc1ac4b8ac99e4fe6577114ce7..d57fe826d1f6d8d4e45848b33aee673a533c459f 100644 (file)
@@ -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);