X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Ftlsopenssl%2Ftls_bios.h;fp=src%2Fplugins%2Ftlsopenssl%2Ftls_bio.h;h=259900ef754e2055dace2c73ca4810412fd25d5a;hb=4b47ee26cba610b26bbfc088736846541bee7be3;hp=b9f3c5384b94ce772390e467be45778081fadaf1;hpb=da2305fb874a7cf6573267adb87166564e328396;p=vpp.git diff --git a/src/plugins/tlsopenssl/tls_bio.h b/src/plugins/tlsopenssl/tls_bios.h similarity index 95% rename from src/plugins/tlsopenssl/tls_bio.h rename to src/plugins/tlsopenssl/tls_bios.h index b9f3c5384b9..259900ef754 100644 --- a/src/plugins/tlsopenssl/tls_bio.h +++ b/src/plugins/tlsopenssl/tls_bios.h @@ -19,6 +19,7 @@ #include BIO *BIO_new_tls (session_handle_t sh); +BIO *BIO_new_dtls (session_handle_t sh); #endif /* SRC_PLUGINS_TLSOPENSSL_TLS_BIO_H_ */