#ifndef __SSL_KEYID_H__ #define __SSL_KEYID_H__ #ifdef __cplusplus extern "C" { #endif char *SSL_keyid(void *ptr); #ifdef __cplusplus } #endif #endif