mirror of
https://github.com/openssl/openssl.git
synced 2026-06-06 20:18:09 +00:00
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org> MergeDate: Tue Mar 10 14:37:54 2026 Release: yes
19 lines
475 B
C
19 lines
475 B
C
/*
|
|
* Copyright 2016-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
*
|
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
* this file except in compliance with the License. You can obtain a copy
|
|
* in the file LICENSE in the source distribution or at
|
|
* https://www.openssl.org/source/license.html
|
|
*/
|
|
|
|
#ifndef OSSL_INTERNAL_ERR_H
|
|
#define OSSL_INTERNAL_ERR_H
|
|
#pragma once
|
|
|
|
#define ERR_NUM_ERRORS 16
|
|
|
|
void err_free_strings_int(void);
|
|
|
|
#endif
|