projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
264212b
)
Remove redundant DSO_METHOD_beos declaration in dso.h. BEOS support has been
author
Matt Caswell
<matt@openssl.org>
Sun, 11 Jan 2015 00:26:38 +0000
(
00:26
+0000)
committer
Matt Caswell
<matt@openssl.org>
Mon, 12 Jan 2015 12:05:40 +0000
(12:05 +0000)
removed.
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/dso/dso.h
patch
|
blob
|
history
diff --git
a/crypto/dso/dso.h
b/crypto/dso/dso.h
index 23a35e1354d5644f4a243e885a85f1e320249a46..0e7d492c11d86bd6cce04507640b2804d74040ae 100644
(file)
--- 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.