1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-07 11:42:13 +02:00
Files
u-boot-megous/lib/openssl/err/err.c
Ondrej Jirman ba8c26ce40 initial
2019-03-04 15:37:41 +01:00

13 lines
202 B
C
Executable File

#include"err.h"
#include"bio.h"
////////////ERR_put_error/////////////////////////////////////
void ERR_put_error(int lib, int func, int reason, const char *file,
int line)
{
;
}