i left an {.importc.} in there

This commit is contained in:
Billingsly Wetherfordshire
2014-04-20 23:49:41 -05:00
parent a7db33e876
commit 3571635701

View File

@@ -441,7 +441,7 @@ const
MD5_LBLOCK* = int(MD5_CBLOCK div 4)
MD5_DIGEST_LENGTH* = 16
type
MD5_CTX* {.importc.} = object
MD5_CTX* = object
A,B,C,D,Nl,Nh: MD5_LONG
data: array[MD5_LBLOCK, MD5_LONG]
num: cuint