blob: 5c5b760e38214c5e4cce9064e145cc1442a2eaed [file] [log] [blame]
Richard Levitte14a6c6a2020-11-12 10:36:47 +01001/*
2 * Generated by util/mkerr.pl DO NOT EDIT
Matt Caswell8b1db5d2021-01-13 17:27:10 +00003 * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
Richard Levitte14a6c6a2020-11-12 10:36:47 +01004 *
5 * Licensed under the Apache License 2.0 (the "License"). You may not use
6 * this file except in compliance with the License. You can obtain a copy
7 * in the file LICENSE in the source distribution or at
8 * https://www.openssl.org/source/license.html
9 */
10
11#ifndef OSSL_SSLERR_H
12# define OSSL_SSLERR_H
13# pragma once
14
15# include <openssl/opensslconf.h>
16# include <openssl/symhacks.h>
17
18# ifdef __cplusplus
19extern "C" {
20# endif
21
Paulib93f6c22021-05-25 12:04:22 +100022int ossl_err_load_SSL_strings(void);
Richard Levitte14a6c6a2020-11-12 10:36:47 +010023
24# ifdef __cplusplus
25}
26# endif
27#endif