Fixed definition of function (wrong name).
authorThomas Pornin <pornin@bolet.org>
Thu, 22 Dec 2016 16:01:02 +0000 (17:01 +0100)
committerThomas Pornin <pornin@bolet.org>
Thu, 22 Dec 2016 16:01:02 +0000 (17:01 +0100)
src/ssl/ssl_server_minf2c.c

index 10cc5fe..3a23084 100644 (file)
@@ -26,7 +26,7 @@
 
 /* see bearssl_ssl.h */
 void
 
 /* see bearssl_ssl.h */
 void
-br_ssl_server_init_minf2g(br_ssl_server_context *cc,
+br_ssl_server_init_minf2c(br_ssl_server_context *cc,
        const br_x509_certificate *chain, size_t chain_len,
        const br_ec_private_key *sk)
 {
        const br_x509_certificate *chain, size_t chain_len,
        const br_ec_private_key *sk)
 {