From 6e361a5efba1d72a7ea4416e1d69e02910fa9414 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 10 Jul 2014 20:02:58 +0000 Subject: Nuke OPENSSL_NONPIC_relocated since nothing uses it. ok miod@ --- src/lib/libcrypto/cryptlib.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/cryptlib.h') 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 @@ -/* $OpenBSD: cryptlib.h,v 1.20 2014/07/10 13:58:21 jsing Exp $ */ +/* $OpenBSD: cryptlib.h,v 1.21 2014/07/10 20:02:58 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -84,7 +84,6 @@ void OPENSSL_cpuid_setup(void); extern unsigned int OPENSSL_ia32cap_P[]; void OPENSSL_showfatal(const char *fmta,...); void *OPENSSL_stderr(void); -extern int OPENSSL_NONPIC_relocated; #ifdef __cplusplus } -- cgit v1.2.3-55-g6feb