X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/b1ab9ed8d0e0f1c3b66d7daa8fd5564444c56195..e3d3b979fd185d8303f28a937baa53a187fb8c7d:/libsecurity_cryptkit/lib/giantIntegers.h diff --git a/libsecurity_cryptkit/lib/giantIntegers.h b/libsecurity_cryptkit/lib/giantIntegers.h index fa2443b7..67a32c59 100644 --- a/libsecurity_cryptkit/lib/giantIntegers.h +++ b/libsecurity_cryptkit/lib/giantIntegers.h @@ -95,7 +95,7 @@ void initGiantStacks(unsigned maxDigits); /* * Free giant stacks on shutdown. */ -void freeGiantStacks(); +void freeGiantStacks(void); #endif /* GIANTS_VIA_STACK */