libressl-portable/crypto/compat/getprogname_unimpl.c

8 lines
69 B
C
Raw Normal View History

2019-02-03 18:50:14 -06:00
#include <stdlib.h>
const char *
getprogname(void)
{
return "?";
}