]> git.ipfire.org Git - thirdparty/openssl.git/blame - include/internal/err.h
Reorganize private crypto header files
[thirdparty/openssl.git] / include / internal / err.h
CommitLineData
0f113f3e 1/*
21dcbebc 2 * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
e84be9b4 3 *
48f4ad77 4 * Licensed under the Apache License 2.0 (the "License"). You may not use
21dcbebc
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
e84be9b4
DSH
8 */
9
20c56358
MC
10#ifndef INTERNAL_ERR_H
11# define INTERNAL_ERR_H
12
b3599dbb 13void err_free_strings_int(void);
20c56358
MC
14
15#endif