Add SSL_get_pending_cipher()
[openssl.git] / doc / man3 / SSL_CTX_set_tmp_dh_callback.pod
index 76c61f874343d8c313dfa93d663ea9f0a7dcc37a..a2ac1c0adbbc5a31d799cbb4e9173e358c0ec071 100644 (file)
@@ -93,6 +93,7 @@ Command-line parameter generation:
 Code for setting up parameters during server initialization:
 
  SSL_CTX ctx = SSL_CTX_new();
+
  DH *dh_2048 = NULL;
  FILE *paramfile = fopen("dh_param_2048.pem", "r");