]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_codesigning/lib/RequirementParser.hpp
Security-58286.220.15.tar.gz
[apple/security.git] / OSX / libsecurity_codesigning / lib / RequirementParser.hpp
index 81857c6579e9b0e85a8704c1e483640e3cf62490..80d37170763ddcdc3749f84e9e73b8615448ebd4 100644 (file)
@@ -109,10 +109,10 @@ protected:
 private:
        static const char* tokenNames[];
 #ifndef NO_STATIC_CONSTS
-       static const int NUM_TOKENS = 58;
+       static const int NUM_TOKENS = 59;
 #else
        enum {
-               NUM_TOKENS = 58
+               NUM_TOKENS = 59
        };
 #endif