SmartAudio/lichee/brandy/u-boot-2014.07/lib/openssl/err/err.c

13 lines
202 B
C
Raw Normal View History

2018-07-13 01:31:50 +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)
{
;
}