]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_cryptkit/lib/giantIntegers.h
Security-58286.260.20.tar.gz
[apple/security.git] / OSX / libsecurity_cryptkit / lib / giantIntegers.h
index 2352a3686d329a8e36a475cf8c08d07cc4c5ad5e..34acf7648579a9fbeaeb5fd167a5ffe256398813 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
 /*
  * Size of giant digit.
  */
-#if    NeXT || __i386__ || __i486__
+#if    NeXT || __i386__ || __i486__ || __x86_64__
 
 typedef unsigned int giantDigit;