]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_codesigning/lib/RequirementParser.hpp
Security-59306.61.1.tar.gz
[apple/security.git] / OSX / libsecurity_codesigning / lib / RequirementParser.hpp
index dddc90d7f5429abebc6ab154a1052e460ba7b2bf..7f8c1689939d766a8a2e33b2cb5c668522327f5c 100644 (file)
@@ -110,10 +110,10 @@ protected:
 private:
        static const char* tokenNames[];
 #ifndef NO_STATIC_CONSTS
-       static const int NUM_TOKENS = 61;
+       static const int NUM_TOKENS = 62;
 #else
        enum {
-               NUM_TOKENS = 61
+               NUM_TOKENS = 62
        };
 #endif