summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssl/crypto/rsa/rsa_stubs.c2
-rw-r--r--crypto/openssl/rsaref/rsaref_stubs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/rsa/rsa_stubs.c b/crypto/openssl/crypto/rsa/rsa_stubs.c
index f164ce0..6be88b7 100644
--- a/crypto/openssl/crypto/rsa/rsa_stubs.c
+++ b/crypto/openssl/crypto/rsa/rsa_stubs.c
@@ -58,7 +58,7 @@ getsym(const char *sym)
fprintf(stderr, "** %s: Unable to find an RSA implemenation shared library.\n", sym);
fprintf(stderr, "** Install either the USA (%s) or International (%s)\n", RSAINTL_SHLIB, RSAUSA_SHLIB);
fprintf(stderr, "** RSA library on your system and run this program again.\n");
- fprintf(stderr, "** See Chapter 6.5 of the FreeBSD Handbook, located at\n");
+ fprintf(stderr, "** See the OpenSSL chapter in the FreeBSD Handbook, located at\n");
fprintf(stderr, "** http://www.freebsd.org/handbook/openssl.html, for more information.\n");
whined = 1;
}
diff --git a/crypto/openssl/rsaref/rsaref_stubs.c b/crypto/openssl/rsaref/rsaref_stubs.c
index f1f7063..d79fcb0 100644
--- a/crypto/openssl/rsaref/rsaref_stubs.c
+++ b/crypto/openssl/rsaref/rsaref_stubs.c
@@ -64,7 +64,7 @@ getsym(const char *sym)
if (!ret && !whined) {
fprintf(stderr, "** %s: Unable to find an RSAREF shared library (%s).\n", sym, RSA_SHLIB);
fprintf(stderr, "** Install the /usr/ports/security/rsaref port or package and run this\n");
- fprintf(stderr, "** program again. See Chapter 6.5 in the FreeBSD Handbook, located at\n");
+ fprintf(stderr, "** program again. See the OpenSSL chapter in the FreeBSD Handbook, located at\n");
fprintf(stderr, "** http://www.freebsd.org/handbook/openssl.html, for more information.\n");
whined = 1;
}
OpenPOWER on IntegriCloud