| 1020 | } |
| 1021 | |
| 1022 | const uchar *getauthkey(const char *name) |
| 1023 | { |
| 1024 | loopvrev(authkeys) if(!strcmp(authkeys[i]->name, name)) return authkeys[i]->sk; |
| 1025 | return NULL; |
| 1026 | } |
| 1027 | |
| 1028 | void authkey_(char **args, int numargs) // set up misc keys |
| 1029 | { |
no test coverage detected