mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Definition did not match prototype.
Pointed out by: Bernhard Simon <simon@zid.tuwien.ac.at>
This commit is contained in:
parent
22a4f969b9
commit
46e8ddaf64
@ -59,8 +59,8 @@
|
||||
#include "des_locl.h"
|
||||
|
||||
void des_ecb3_encrypt(in, out, ks1, ks2, ks3, enc)
|
||||
const des_cblock in;
|
||||
des_cblock out;
|
||||
const unsigned char *in;
|
||||
unsigned char *out;
|
||||
des_key_schedule ks1;
|
||||
des_key_schedule ks2;
|
||||
des_key_schedule ks3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user