From 0acc8510070bc2e92a30e2050425cd513b5d2cf7 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 5 Apr 2000 04:09:51 +0000 Subject: Correct a typo and interchanged library names Submitted by: Ben Rosengart Matthew D. Fuller --- crypto/openssl/crypto/rsa/rsa_stubs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto') 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"); -- cgit v1.1