1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Do not use the VMC C reserved word readonly.

This commit is contained in:
Werner Koch 2009-12-15 11:03:17 +00:00
parent c9271f6d58
commit 34baa18187
8 changed files with 27 additions and 19 deletions

View file

@ -2178,7 +2178,7 @@ TokenInfo ::= SEQUENCE {
} (CONSTRAINED BY { -- Each AlgorithmInfo.reference value must be unique --})
TokenFlags ::= BIT STRING {
readonly (0),
readOnly (0),
loginRequired (1),
prnGeneration (2),
eidCompliant (3)