9 lines
66 B
C
9 lines
66 B
C
|
|
||
|
#ifndef X509_H
|
||
|
#define X509_H
|
||
|
|
||
|
#include <openssl/ssl.h>
|
||
|
|
||
|
#endif
|
||
|
|