Merge from internat.freebsd.org; move VERBOSE_STUBS to a better spot.
This commit is contained in:
parent
4198e0cb8b
commit
7d8acc815a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user