]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/objects/obj_local.h
Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats
[thirdparty/openssl.git] / crypto / objects / obj_local.h
CommitLineData
62867571
RS
1/*
2 * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
3 *
3f870de7 4 * Licensed under the Apache License 2.0 (the "License"). You may not use
62867571
RS
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
8 */
e6b5c341
DSH
9
10typedef struct name_funcs_st NAME_FUNCS;
11DEFINE_STACK_OF(NAME_FUNCS)
5317b6ee 12DEFINE_LHASH_OF_EX(OBJ_NAME);
e6b5c341 13typedef struct added_obj_st ADDED_OBJ;
5317b6ee 14DEFINE_LHASH_OF_EX(ADDED_OBJ);