aboutsummaryrefslogtreecommitdiff
path: root/apps/dgst.c
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2006-11-29 20:54:57 +0000
committerNils Larsch <nils@openssl.org>2006-11-29 20:54:57 +0000
commit7806f3dd4b44a0de379b4b8ac3ffc0fc8f249415 (patch)
treefeb5a2ce0100e392703a4989d658fa251e016d01 /apps/dgst.c
parent1e24b3a09e31b10649e5024b502ac3d7276923fe (diff)
downloadopenssl-7806f3dd4b44a0de379b4b8ac3ffc0fc8f249415.zip
openssl-7806f3dd4b44a0de379b4b8ac3ffc0fc8f249415.tar.gz
openssl-7806f3dd4b44a0de379b4b8ac3ffc0fc8f249415.tar.bz2
replace macros with functions
Submitted by: Tracy Camp <tracyx.e.camp@intel.com>
Diffstat (limited to 'apps/dgst.c')
-rw-r--r--apps/dgst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dgst.c b/apps/dgst.c
index 0c9c351..55ba869 100644
--- a/apps/dgst.c
+++ b/apps/dgst.c
@@ -264,7 +264,7 @@ int MAIN(int argc, char **argv)
{
BIO_set_callback(in,BIO_debug_callback);
/* needed for windows 3.1 */
- BIO_set_callback_arg(in,bio_err);
+ BIO_set_callback_arg(in,(char *)bio_err);
}
if(!app_passwd(bio_err, passargin, NULL, &passin, NULL))