diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-03-25 07:31:27 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-03-25 07:31:27 +0000 |
| commit | afee369a880707ecff2dcdbf795bf515b2f851da (patch) | |
| tree | e833ff9a2b658acbcc0bab7300b5db17b3a05913 | |
| parent | 840fb64165540550dd8d1e0fd1937778d5bce595 (diff) | |
Notes
| -rw-r--r-- | crypto/openssl/crypto/rsa/rsa_stubs.c | 2 | ||||
| -rw-r--r-- | crypto/openssl/rsaref/rsaref_stubs.c | 2 |
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 f164ce0133ac..6be88b737e4c 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 f1f7063cdec7..d79fcb03f5cf 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; } |
