Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ crypt_set_format
Function
crypt_set_format
tools/libutil/stub.c:48–54 ·
view source on GitHub ↗
ARGSUSED */
Source
from the content-addressed store, hash-verified
46
#pragma weak crypt_set_format
47
/* ARGSUSED */
48
int
49
crypt_set_format(const char *f __unused) {
50
51
if (getenv(
"CRYPT_DEBUG"
) != NULL)
52
fprintf(stderr,
"crypt_set_format: eek, stub called!\n"
);
53
return (0);
54
}
Callers
1
login_setcryptfmt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected