You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#ifndef __SSLLIB_H__
|
|
|
#define __SSLLIB_H__
|
|
|
|
|
|
|
|
|
#include <openssl/ssl.h>
|
|
|
|
|
|
|
|
|
|
|
|
#if OPENSSL_VERSION_NUMBER >= 0x30000000L
|
|
|
extern EVP_MAC_CTX *rtpe_hmac_sha1_base;
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
void rtpe_ssl_init(void);
|
|
|
|
|
|
|
|
|
#endif
|