14 lines
166 B
C
14 lines
166 B
C
|
|
#ifndef __SSLTEST_H
|
||
|
|
#define __SSLTEST_H
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
|
||
|
|
unsigned long libssl_version();
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif // __SSLTEST_H
|