Searched defs:wmsg (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dpacket.c798 const char *wmsg; local
814 ((wmsg = cipher_warning_message(&state->send_context)) != NULL ||
815 (wmsg = cipher_warning_message(&state->send_context)) != NULL)) {
816 error("Warning: %s", wmsg);
924 const char *wmsg; local
976 (wmsg = cipher_warning_message(cc)) != NULL) {
977 error("Warning: %s", wmsg);

Completed in 83 milliseconds