Displaying 1 result from an estimated 1 matches for "load_private_key_dsa".
2000 Aug 02
1
load_private_key hell
...sh and on my test
program, simultaneously. While running I checked that the arguments to
load_private_key were identical in ssh and my test program for both times
they are called. I continued checking like this for every function call
inside load_private_key. The first difference I noticed was in
load_private_key_dsa. After it calls: in = BIO_new(BIO_s_file()); The
"in" stucture in my test program and ssh are identical except for
in->ex_data->dummy which is 0 in ssh and 1886999597 in my program!?! I
don't know how that happens, since that function takes no arguments. I'm
guessing some...