]> andersk Git - gssapi-openssh.git/blobdiff - openssh/mac.c
Import of OpenSSH 3.3p1
[gssapi-openssh.git] / openssh / mac.c
index b250af2aa34de1074aa23906b5db026a8229f629..ab9a03d84e867379aa8386d9b1b4a137c9f14293 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: mac.c,v 1.4 2002/01/25 22:07:40 markus Exp $");
+RCSID("$OpenBSD: mac.c,v 1.5 2002/05/16 22:02:50 markus Exp $");
 
 #include <openssl/hmac.h>
 
@@ -36,7 +36,7 @@ RCSID("$OpenBSD: mac.c,v 1.4 2002/01/25 22:07:40 markus Exp $");
 
 struct {
        char            *name;
-       EVP_MD *        (*mdfunc)(void);
+       const EVP_MD *  (*mdfunc)(void);
        int             truncatebits;   /* truncate digest if != 0 */
 } macs[] = {
        { "hmac-sha1",                  EVP_sha1, 0, },
This page took 0.062439 seconds and 4 git commands to generate.