From: Alan T. DeKok Date: Tue, 22 Jun 2021 19:40:48 +0000 (-0400) Subject: prf_label is no longer used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=640b68f47c627d89aef7da43b6b2a93b8a0e5f7c;p=thirdparty%2Ffreeradius-server.git prf_label is no longer used --- diff --git a/src/lib/tls/session.h b/src/lib/tls/session.h index 4353373fa5f..e57c4d6ee08 100644 --- a/src/lib/tls/session.h +++ b/src/lib/tls/session.h @@ -120,10 +120,6 @@ struct fr_tls_session_s { size_t mtu; //!< Maximum record fragment size. - char const *prf_label; //!< Input to the TLS pseudo random function. - //!< Usually set to a well known string describing - //!< what the key being generated will be used for. - void *opaque; //!< Used to store module specific data. fr_tls_cache_t *cache; //!< Current session resumption state.