]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/objects/obj_local.h
Reorganize local header files
[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)
89d6aa10 12DEFINE_LHASH_OF(OBJ_NAME);
e6b5c341 13typedef struct added_obj_st ADDED_OBJ;
89d6aa10 14DEFINE_LHASH_OF(ADDED_OBJ);