axmol/thirdparty/openssl/include/openssl/kdferr.h

17 lines
482 B
C
Raw Normal View History

2020-11-16 14:47:43 +08:00
/*
* Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
2020-11-16 14:47:43 +08:00
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
2020-11-16 14:47:43 +08:00
* 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 OPENSSL_KDFERR_H
# define OPENSSL_KDFERR_H
# pragma once
2020-11-16 14:47:43 +08:00
#include <openssl/cryptoerr_legacy.h>
2020-11-16 14:47:43 +08:00
#endif /* !defined(OPENSSL_KDFERR_H) */