diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-07-10 20:02:59 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-07-10 20:02:59 +0000 |
commit | 09874b2d1dfecc99eda447a1ec13dd45d6263d08 (patch) | |
tree | d60bcf99cde41036a1c06bafd08f512a3343786b /lib/libcrypto/cryptlib.c | |
parent | 38c974fc83ba5dcfe6987949c1ae77bcb5af2e41 (diff) |
Nuke OPENSSL_NONPIC_relocated since nothing uses it.
ok miod@
Diffstat (limited to 'lib/libcrypto/cryptlib.c')
-rw-r--r-- | lib/libcrypto/cryptlib.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/cryptlib.c b/lib/libcrypto/cryptlib.c index 221a50b70ae..86f51917e29 100644 --- a/lib/libcrypto/cryptlib.c +++ b/lib/libcrypto/cryptlib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cryptlib.c,v 1.28 2014/07/10 13:58:21 jsing Exp $ */ +/* $OpenBSD: cryptlib.c,v 1.29 2014/07/10 20:02:58 jsing Exp $ */ /* ==================================================================== * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. * @@ -680,7 +680,6 @@ OPENSSL_ia32cap_loc(void) return NULL; } #endif -int OPENSSL_NONPIC_relocated = 0; #if !defined(OPENSSL_CPUID_SETUP) && !defined(OPENSSL_CPUID_OBJ) void |