X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/b1ab9ed8d0e0f1c3b66d7daa8fd5564444c56195..e3d3b979fd185d8303f28a937baa53a187fb8c7d:/libsecurity_cryptkit/lib/giantIntegers.c?ds=sidebyside diff --git a/libsecurity_cryptkit/lib/giantIntegers.c b/libsecurity_cryptkit/lib/giantIntegers.c index 087323a3..d4cd7ccd 100644 --- a/libsecurity_cryptkit/lib/giantIntegers.c +++ b/libsecurity_cryptkit/lib/giantIntegers.c @@ -82,7 +82,7 @@ #endif #endif - +#if 0 #if FEE_DEBUG char printbuf1[200]; char printbuf2[200]; @@ -109,6 +109,7 @@ void printGiantBuf2(giant x) } } #endif /* FEE_DEBUG */ +#endif /* 0 */ /******** debugging flags *********/ @@ -138,7 +139,6 @@ void printGiantBuf2(giant x) #if GIANT_MAC_DEBUG #include -#include #include /* this one needs a writable string */ @@ -253,7 +253,7 @@ void initGiantStacks(unsigned maxDigits) } /* called at shut down - free resources */ -void freeGiantStacks() +void freeGiantStacks(void) { int i; int j;