diff options
author | kris <kris@FreeBSD.org> | 2000-03-25 07:28:18 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-03-25 07:28:18 +0000 |
commit | 977254a1c10ef6444b7bf0a5bd77994998851805 (patch) | |
tree | 66b261842519902a0a4cb73028f71be6cbe0f415 /crypto | |
parent | 178a50451a68b13534ca12d83a2b095588193591 (diff) | |
download | FreeBSD-src-977254a1c10ef6444b7bf0a5bd77994998851805.zip FreeBSD-src-977254a1c10ef6444b7bf0a5bd77994998851805.tar.gz |
Don't refer to the openssl handbook chapter by name - the doc guys keep
jamming new chapters in front of it :)
Diffstat (limited to 'crypto')
-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 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; } |