Add FIPS_digestinit prototype for FIPS capable OpenSSL.
[oweals/openssl.git] / ssl / ssl_locl.h
index 78958d4506b0e6dc434db06f8dbaab87d3752a81..ca881993c99e37c3933da0036e7f613fb333b1ca 100644 (file)
@@ -1095,4 +1095,6 @@ int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, int *len,
 int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, int len,
                                          int *al);
 long ssl_get_algorithm2(SSL *s);
+int tls1_process_sigalgs(SSL *s, const unsigned char *data, int dsize);
+int tls12_get_req_sig_algs(SSL *s, unsigned char *p);
 #endif