summaryrefslogtreecommitdiffstats
path: root/crypto/dso
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-11 00:26:38 +0000
committerMatt Caswell <matt@openssl.org>2015-01-12 12:05:40 +0000
commit8e964419603d2478dfb391c66e7ccb2dcc9776b4 (patch)
tree1fce787e90ec31e9db7b8663d6f9a6b41854be5a /crypto/dso
parent264212b643c621d7e89079c1d2b76f87beec7ceb (diff)
Remove redundant DSO_METHOD_beos declaration in dso.h. BEOS support has been
removed. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/dso')
-rw-r--r--crypto/dso/dso.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/dso/dso.h b/crypto/dso/dso.h
index 23a35e1354..0e7d492c11 100644
--- a/crypto/dso/dso.h
+++ b/crypto/dso/dso.h
@@ -322,9 +322,6 @@ int DSO_pathbyaddr(void *addr,char *path,int sz);
* itself or libsocket. */
void *DSO_global_lookup(const char *name);
-/* If BeOS is defined, use shared images. If not, return NULL. */
-DSO_METHOD *DSO_METHOD_beos(void);
-
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.