mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6ea24563ed
Natively SSLtelnet works with SSLeay, only. PR: ports/12973 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> (maintainer)
12 lines
426 B
Plaintext
12 lines
426 B
Plaintext
--- lib/libtelnet/sslapp.c.old Thu Aug 5 03:36:35 1999
|
|
+++ lib/libtelnet/sslapp.c Thu Aug 5 03:36:55 1999
|
|
@@ -81,7 +81,7 @@
|
|
|
|
if (ssl_debug_flag)
|
|
BIO_printf(bio_err,"Generating temp (512 bit) RSA key ...\r\n");
|
|
- rsa=RSA_generate_key(512,RSA_F4,NULL);
|
|
+ rsa=RSA_generate_key(512,RSA_F4,NULL,NULL);
|
|
if (ssl_debug_flag)
|
|
BIO_printf(bio_err,"Generation of temp (512 bit) RSA key done\r\n");
|
|
|