Changeset 4129:8c97980f1af1 for commands.c
- Timestamp:
- 2005-08-01 22:58:18 (3 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
commands.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r4108 r4129 167 167 { 168 168 /* update crypto information for this message */ 169 cur->security &= ~(GOODSIGN|BADSIGN); 169 170 cur->security |= crypt_query (cur->content); 170 171
