Use secure_getenv(3) when available.
[oweals/openssl.git] / ssl / statem / statem_locl.h
index af081ebccce08575f0c5a1192820fee77b31f9c1..25e56e4e8ddfcffaff32840da01f3ca400aec4b1 100644 (file)
@@ -54,6 +54,7 @@ typedef enum {
 
 typedef int (*confunc_f) (SSL *s, WPACKET *pkt);
 
+int ssl3_take_mac(SSL *s);
 int check_in_list(SSL *s, uint16_t group_id, const uint16_t *groups,
                   size_t num_groups, int checkallow);
 int create_synthetic_message_hash(SSL *s, const unsigned char *hashval,