summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_dlfcn.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-12-21 23:18:02 -0500
committerRich Salz <rsalz@openssl.org>2014-12-21 23:18:02 -0500
commitf2319414445ef5991d77c015af86276d84b9fec1 (patch)
tree9f041424967be387e308d4be9dcdeb5eed43b688 /crypto/dso/dso_dlfcn.c
parent2521fcd8527008ceb3e4748f95b0ed4e2d70cfef (diff)
RT3548: Remvoe unsupported platforms
This commit removes SunOS (a sentimental favorite of mine). Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/dso/dso_dlfcn.c')
-rw-r--r--crypto/dso/dso_dlfcn.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c
index 4a56aace0e..0135cc1cd3 100644
--- a/crypto/dso/dso_dlfcn.c
+++ b/crypto/dso/dso_dlfcn.c
@@ -153,11 +153,7 @@ DSO_METHOD *DSO_METHOD_dlfcn(void)
# endif
# endif
#else
-# ifdef OPENSSL_SYS_SUNOS
-# define DLOPEN_FLAG 1
-# else
-# define DLOPEN_FLAG RTLD_NOW /* Hope this works everywhere else */
-# endif
+# define DLOPEN_FLAG RTLD_NOW /* Hope this works everywhere else */
#endif
/* For this DSO_METHOD, our meth_data STACK will contain;