[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] don"t complain as much when using openssl 0.9.7a
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/home/arma/work/onion/cvs/src/common
Modified Files:
crypto.c
Log Message:
don't complain as much when using openssl 0.9.7a
Index: crypto.c
===================================================================
RCS file: /home/or/cvsroot/src/common/crypto.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- crypto.c 20 May 2003 06:37:34 -0000 1.19
+++ crypto.c 10 Jun 2003 20:50:56 -0000 1.20
@@ -63,7 +63,7 @@
}
}
-static inline EVP_CIPHER *
+static inline const EVP_CIPHER *
crypto_cipher_evp_cipher(int type, int enc) {
switch(type)
{