afs_stringtokey.c
来自「RADIUS协议的认证计费服务」· C语言 代码 · 共 22 行
C
22 行
#ifdef A_KERB/* Replace this file with the real file from the licensed source. */#include <krb.h>intafs_passwd_to_key (user, instance, realm, passwd, key)char *user;char *instance;char *realm;char *passwd;C_Block key;{ return 0;} /* end of afs_passwd_to_key () */#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?