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