sdk-hwV1.3/lichee/brandy-2.0/u-boot-2018/lib/openssl/err/err.c

10 lines
184 B
C
Raw Normal View History

2024-05-07 10:09:20 +00:00
#include "err.h"
#include "bio.h"
////////////ERR_put_error/////////////////////////////////////
void ERR_put_error(int lib, int func, int reason, const char *file, int line)
{
;
}