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:
parent
57f57fda64
commit
6aae670844
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user