Remove use of SSL object for fragment length checking in record layer
[openssl.git] / include / openssl / core_names.h
index aadce3c034d9e091c0bfa8ca6869580b2d111ebe..2ce0a19c5820b7d649c26c77076937468dbaf61a 100644 (file)
@@ -558,10 +558,11 @@ extern "C" {
 
 /* Libssl record layer */
 
-#define OSSL_LIBSSL_RECORD_LAYER_PARAM_OPTIONS    "options"
-#define OSSL_LIBSSL_RECORD_LAYER_PARAM_MODE       "mode"
-#define OSSL_LIBSSL_RECORD_LAYER_PARAM_READ_AHEAD "read_ahead"
-#define OSSL_LIBSSL_RECORD_LAYER_PARAM_USE_ETM    "use_etm"
+#define OSSL_LIBSSL_RECORD_LAYER_PARAM_OPTIONS      "options"
+#define OSSL_LIBSSL_RECORD_LAYER_PARAM_MODE         "mode"
+#define OSSL_LIBSSL_RECORD_LAYER_PARAM_READ_AHEAD   "read_ahead"
+#define OSSL_LIBSSL_RECORD_LAYER_PARAM_USE_ETM      "use_etm"
+#define OSSL_LIBSSL_RECORD_LAYER_PARAM_MAX_FRAG_LEN "max_frag_len"
 
 # ifdef __cplusplus
 }