Merge from internat.freebsd.org; move VERBOSE_STUBS to a better spot.

This commit is contained in:
Peter Wemm 2000-02-26 14:20:18 +00:00
parent 4198e0cb8b
commit 7d8acc815a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57514

View File

@ -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)