Skip to content

Commit

Permalink
Sync MD2 changes from NetBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemj committed Apr 8, 2023
1 parent 09d5824 commit b9496ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/md2.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $NetBSD: md2.h,v 1.5 2005/09/25 00:48:21 xtraeme Exp $ */
/* $NetBSD: md2.h,v 1.7 2016/07/01 16:42:46 christos Exp $ */

#ifndef _MD2_H_
#define _MD2_H_
Expand All @@ -9,6 +9,7 @@

#define MD2_DIGEST_LENGTH 16
#define MD2_DIGEST_STRING_LENGTH 33
#define MD2_BLOCK_LENGTH 16

/* MD2 context. */
typedef struct MD2Context {
Expand Down

0 comments on commit b9496ac

Please sign in to comment.