summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cryptlib.h
diff options
context:
space:
mode:
authorjsing <>2014-07-10 20:02:58 +0000
committerjsing <>2014-07-10 20:02:58 +0000
commit3ebeda508b350da9545937f84882ffb11d0582e5 (patch)
treec1d20c4ad7dbf2e90d96a45f44bf412891cce0f3 /src/lib/libcrypto/cryptlib.h
parentafd175f3d3f495273c7e2947df34b5426952d15d (diff)
downloadopenbsd-3ebeda508b350da9545937f84882ffb11d0582e5.tar.gz
openbsd-3ebeda508b350da9545937f84882ffb11d0582e5.tar.bz2
openbsd-3ebeda508b350da9545937f84882ffb11d0582e5.zip
Nuke OPENSSL_NONPIC_relocated since nothing uses it.
ok miod@
Diffstat (limited to 'src/lib/libcrypto/cryptlib.h')
-rw-r--r--src/lib/libcrypto/cryptlib.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/cryptlib.h b/src/lib/libcrypto/cryptlib.h
index b45f2c03b4..bd4c4da3aa 100644
--- a/src/lib/libcrypto/cryptlib.h
+++ b/src/lib/libcrypto/cryptlib.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: cryptlib.h,v 1.20 2014/07/10 13:58:21 jsing Exp $ */ 1/* $OpenBSD: cryptlib.h,v 1.21 2014/07/10 20:02:58 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -84,7 +84,6 @@ void OPENSSL_cpuid_setup(void);
84extern unsigned int OPENSSL_ia32cap_P[]; 84extern unsigned int OPENSSL_ia32cap_P[];
85void OPENSSL_showfatal(const char *fmta,...); 85void OPENSSL_showfatal(const char *fmta,...);
86void *OPENSSL_stderr(void); 86void *OPENSSL_stderr(void);
87extern int OPENSSL_NONPIC_relocated;
88 87
89#ifdef __cplusplus 88#ifdef __cplusplus
90} 89}