globus_openssl_module  4.11
 All Files Groups Pages
globus_openssl.h
Go to the documentation of this file.
1 
7 #ifndef GLOBUS_INCLUDE_GLOBUS_OPENSSL_H
8 #define GLOBUS_INCLUDE_GLOBUS_OPENSSL_H
9 
10 #include "globus_common.h"
11 
12 #ifndef GLOBUS_GLOBAL_DOCUMENT_SET
13 
17 #endif
18 
32 #ifdef __cplusplus
33 extern "C" {
34 #endif
35 
36 
72 #define GLOBUS_OPENSSL_MODULE (&globus_i_openssl_module)
73 
74 extern
75 globus_module_descriptor_t globus_i_openssl_module;
76 
77 #ifdef __cplusplus
78 }
79 #endif
80 
81 #endif /* GLOBUS_INCLUDE_GLOBUS_OPENSSL_H */