Deprecate OBJ_cleanup() and make it a no-op
[openssl.git] / crypto / include / internal / objects.h
diff --git a/crypto/include/internal/objects.h b/crypto/include/internal/objects.h
new file mode 100644 (file)
index 0000000..601294f
--- /dev/null
@@ -0,0 +1,11 @@
+/*
+ * Licensed under the OpenSSL licenses, (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * https://www.openssl.org/source/license.html
+ * or in the file LICENSE in the source distribution.
+ */
+
+#include <openssl/objects.h>
+
+void obj_cleanup_intern(void);