6 lines
183 B
C
6 lines
183 B
C
#ifndef TFE_SSL_FETCH_CERT_H
|
|
#define TFE_SSL_FETCH_CERT_H
|
|
|
|
void ssl_fetch_trusted_cert_from_chain(STACK_OF(X509) *cert_chain, X509_STORE *trusted_store, const char *hostname);
|
|
|
|
#endif |