=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/encrypt/encrypt.c,v retrieving revision 1.37 retrieving revision 1.38 diff -c -r1.37 -r1.38 *** src/usr.bin/encrypt/encrypt.c 2015/01/05 14:07:12 1.37 --- src/usr.bin/encrypt/encrypt.c 2015/01/15 17:34:15 1.38 *************** *** 1,4 **** ! /* $OpenBSD: encrypt.c,v 1.37 2015/01/05 14:07:12 tedu Exp $ */ /* * Copyright (c) 1996, Jason Downs. All rights reserved. --- 1,4 ---- ! /* $OpenBSD: encrypt.c,v 1.38 2015/01/15 17:34:15 chl Exp $ */ /* * Copyright (c) 1996, Jason Downs. All rights reserved. *************** *** 88,94 **** int opt; int operation = -1; int prompt = 0; - int rounds; char *extra = NULL; /* Store salt or number of rounds */ const char *errstr; --- 88,93 ----