summaryrefslogtreecommitdiffstats
path: root/crypto/openssl
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-02-26 14:20:18 +0000
committerpeter <peter@FreeBSD.org>2000-02-26 14:20:18 +0000
commit8d6551c752c543ca92a96e1ad2947e32ef18f88c (patch)
treeed591bc6b4222d1f9f6636a2d90c533ae67a27cd /crypto/openssl
parent95cacb19a9d8bc295d3a02999754623c602ee0c2 (diff)
downloadFreeBSD-src-8d6551c752c543ca92a96e1ad2947e32ef18f88c.zip
FreeBSD-src-8d6551c752c543ca92a96e1ad2947e32ef18f88c.tar.gz
Merge from internat.freebsd.org; move VERBOSE_STUBS to a better spot.
Diffstat (limited to 'crypto/openssl')
-rw-r--r--crypto/openssl/crypto/rsa/rsa_stubs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/rsa/rsa_stubs.c b/crypto/openssl/crypto/rsa/rsa_stubs.c
index 3878290..f0715b9 100644
--- a/crypto/openssl/crypto/rsa/rsa_stubs.c
+++ b/crypto/openssl/crypto/rsa/rsa_stubs.c
@@ -32,12 +32,13 @@
#include "cryptlib.h"
#include <openssl/rsa.h>
+#define VERBOSE_STUBS /* undef if you don't want missing rsaref reported */
+
#ifdef PIC
#include <dlfcn.h>
#define RSAUSA_SHLIB "librsaUSA.so"
#define RSAINTL_SHLIB "librsaINTL.so"
-#define VERBOSE_STUBS /* undef if you don't want missing rsaref reported */
static void *
getsym(const char *sym)
OpenPOWER on IntegriCloud