Don't refer to the openssl handbook chapter by name - the doc guys keep

jamming new chapters in front of it :)
This commit is contained in:
Kris Kennaway 2000-03-25 07:28:18 +00:00
parent 57f57fda64
commit 6aae670844
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58549
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;
}