early-access version 1255
This commit is contained in:
7
externals/libressl/crypto/compat/getprogname_unimpl.c
vendored
Executable file
7
externals/libressl/crypto/compat/getprogname_unimpl.c
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
const char *
|
||||
getprogname(void)
|
||||
{
|
||||
return "?";
|
||||
}
|
Reference in New Issue
Block a user