Make flag variables int instead of char. This avoids getting into trouble on systems...
authorRichard Levitte <levitte@openssl.org>
Tue, 31 Oct 2000 11:58:56 +0000 (11:58 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 31 Oct 2000 11:58:56 +0000 (11:58 +0000)
commit92125ffaec1b9d68c5eebbcc62f0e71751f2b919
treea8bf1b092d89ff21e706416af789b9afdc89ec11
parent7db2fcaa816c657c2524f18ca91c02e46d715884
Make flag variables int instead of char.  This avoids getting into trouble on systems where char is unsigned by default
apps/dgst.c