Add internal function ossl_algorithm_do_all()
[openssl.git] / include / openssl / core_numbers.h
index f45b8f10840f92169a715fc6fdb979da4cb590e9..905094d09a8ac90edba438f33054efb3f48d0c9b 100644 (file)
@@ -324,6 +324,9 @@ OSSL_CORE_MAKE_FUNC(void *, OP_keyexch_dupctx, (void *ctx))
 OSSL_CORE_MAKE_FUNC(int, OP_keyexch_set_params, (void *ctx,
                                                  OSSL_PARAM params[]))
 
+/* Highest known operation number */
+# define OSSL_OP__HIGHEST                            3
+
 # ifdef __cplusplus
 }
 # endif