summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-04-05 04:09:51 +0000
committerkris <kris@FreeBSD.org>2000-04-05 04:09:51 +0000
commit0acc8510070bc2e92a30e2050425cd513b5d2cf7 (patch)
tree2859f9791dd182c5a802cb98f027667901ddbc30 /crypto
parent0ca9f6312a4caec9706b82b1fd2f82b7076c0e8c (diff)
downloadFreeBSD-src-0acc8510070bc2e92a30e2050425cd513b5d2cf7.zip
FreeBSD-src-0acc8510070bc2e92a30e2050425cd513b5d2cf7.tar.gz
Correct a typo and interchanged library names
Submitted by: Ben Rosengart <ben@narcissus.net> Matthew D. Fuller <fullermd@futuresouth.com>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssl/crypto/rsa/rsa_stubs.c4
1 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 6be88b7..6189a4c 100644
--- a/crypto/openssl/crypto/rsa/rsa_stubs.c
+++ b/crypto/openssl/crypto/rsa/rsa_stubs.c
@@ -55,8 +55,8 @@ getsym(const char *sym)
ret = dlsym(rsalib, sym);
#ifdef VERBOSE_STUBS
if (!ret && !whined) {
- 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, "** %s: Unable to find an RSA implementation shared library.\n", sym);
+ fprintf(stderr, "** Install either the USA (%s) or International (%s)\n", RSAUSA_SHLIB, RSAINTL_SHLIB);
fprintf(stderr, "** RSA library on your system and run this program again.\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");
OpenPOWER on IntegriCloud