mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-07 21:43:33 +00:00
i left an {.importc.} in there
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user