diff options
author | 1999-03-13 20:16:17 +0000 | |
---|---|---|
committer | 1999-03-13 20:16:17 +0000 | |
commit | fa364608729a451ef2b2dd181c61d88426e29989 (patch) | |
tree | 3d47d05d827a0d79e7abde1e9d904ffe2c227682 | |
parent | Allow user to delete partitions outside the openbsd part of the disk (diff) | |
download | wireguard-openbsd-fa364608729a451ef2b2dd181c61d88426e29989.tar.xz wireguard-openbsd-fa364608729a451ef2b2dd181c61d88426e29989.zip |
proper URL for fetching package; evanc@concer.to
-rw-r--r-- | usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c b/usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c index 06084f34981..1cb917793de 100644 --- a/usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c +++ b/usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c @@ -243,7 +243,7 @@ void ssl_init_Module(server_rec *s, pool *p) if (mc->pRSATmpKey == NULL) { #ifdef __OpenBSD__ ssl_log(s, SSL_LOG_ERROR, "Init: Failed to generate temporary (512 bit) RSA private key (SSL won't work without an RSA capable shared library)"); - ssl_log(s, SSL_LOG_ERROR, "Init: pkg_add ftp://ftp.openbsd.org/pub/2.5/packages/<arch>/libssl-1.1.tgz if you are able to use RSA"); + ssl_log(s, SSL_LOG_ERROR, "Init: pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/<version>/packages/<arch>/libssl-1.1.tgz if you are able to use RSA"); /* harmless in http only case. We'll get a fatal error below * if this didn't work and we try to init https servers */ |