diff options
Diffstat (limited to 'src/lib/libcrypto/dso/dso.h')
-rw-r--r-- | src/lib/libcrypto/dso/dso.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib/libcrypto/dso/dso.h b/src/lib/libcrypto/dso/dso.h index 839f2e0617..f36f209afd 100644 --- a/src/lib/libcrypto/dso/dso.h +++ b/src/lib/libcrypto/dso/dso.h | |||
@@ -290,17 +290,6 @@ DSO_METHOD *DSO_METHOD_null(void); | |||
290 | * this method. If not, this method will return NULL. */ | 290 | * this method. If not, this method will return NULL. */ |
291 | DSO_METHOD *DSO_METHOD_dlfcn(void); | 291 | DSO_METHOD *DSO_METHOD_dlfcn(void); |
292 | 292 | ||
293 | /* If DSO_DL is defined, the standard dl.h-style functions (shl_load, | ||
294 | * shl_unload, shl_findsym, etc) will be used and incorporated into | ||
295 | * this method. If not, this method will return NULL. */ | ||
296 | DSO_METHOD *DSO_METHOD_dl(void); | ||
297 | |||
298 | /* If WIN32 is defined, use DLLs. If not, return NULL. */ | ||
299 | DSO_METHOD *DSO_METHOD_win32(void); | ||
300 | |||
301 | /* If VMS is defined, use shared images. If not, return NULL. */ | ||
302 | DSO_METHOD *DSO_METHOD_vms(void); | ||
303 | |||
304 | /* This function writes null-terminated pathname of DSO module | 293 | /* This function writes null-terminated pathname of DSO module |
305 | * containing 'addr' into 'sz' large caller-provided 'path' and | 294 | * containing 'addr' into 'sz' large caller-provided 'path' and |
306 | * returns the number of characters [including trailing zero] | 295 | * returns the number of characters [including trailing zero] |