xref: /netbsd-src/crypto/external/bsd/openssl/dist/include/internal/err.h (revision b0d1725196a7921d003d2c66a14f186abda4176b)
1c7da899bSchristos /*
2*b0d17251Schristos  * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
3c7da899bSchristos  *
4*b0d17251Schristos  * Licensed under the Apache License 2.0 (the "License").  You may not use
5c7da899bSchristos  * this file except in compliance with the License.  You can obtain a copy
6c7da899bSchristos  * in the file LICENSE in the source distribution or at
7c7da899bSchristos  * https://www.openssl.org/source/license.html
8c7da899bSchristos  */
9c7da899bSchristos 
107d004720Schristos #ifndef OSSL_INTERNAL_ERR_H
117d004720Schristos # define OSSL_INTERNAL_ERR_H
12*b0d17251Schristos # pragma once
13c7da899bSchristos 
14c7da899bSchristos void err_free_strings_int(void);
15c7da899bSchristos 
16c7da899bSchristos #endif
17