Fix typo: "send" -> "end"

PR:		bin/3474
Submitted by:	graphix@iastate.edu (Kent Vander Velden)
This commit is contained in:
Bill Fenner 1997-08-11 04:19:11 +00:00
parent 4d4f8bc429
commit e3a52c6d4d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28057

View File

@ -305,7 +305,7 @@ extern char *authtype_names[];
#define ENCRYPT_START 3 /* Am starting to send encrypted */
#define ENCRYPT_END 4 /* Am ending encrypted */
#define ENCRYPT_REQSTART 5 /* Request you start encrypting */
#define ENCRYPT_REQEND 6 /* Request you send encrypting */
#define ENCRYPT_REQEND 6 /* Request you end encrypting */
#define ENCRYPT_ENC_KEYID 7
#define ENCRYPT_DEC_KEYID 8
#define ENCRYPT_CNT 9