Constify input buffer
[openssl.git] / doc / crypto / RSA_generate_key.pod
index a8fab52cb95c1d95017a686acede670ce722e707..3bafc6fe27dbfb1b2972c7b8949f48b5b53fb6d1 100644 (file)
@@ -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