summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjpierre%netscape.com <devnull@localhost>2003-03-25 02:13:33 +0000
committerjpierre%netscape.com <devnull@localhost>2003-03-25 02:13:33 +0000
commite18b3779a01c8d832349649eaee3e2d4581293da (patch)
tree72054dc5b89ceaacbdcd5bf4789d9e3b3cd63cb4
parentb71b207f95249630fe6a771d2d4103f82df1fb25 (diff)
downloadnss-hg-e18b3779a01c8d832349649eaee3e2d4581293da.tar.gz
Fix build
-rw-r--r--security/nss/lib/pkcs12/pkcs12t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/pkcs12/pkcs12t.h b/security/nss/lib/pkcs12/pkcs12t.h
index c6e829374..7181fc8f9 100644
--- a/security/nss/lib/pkcs12/pkcs12t.h
+++ b/security/nss/lib/pkcs12/pkcs12t.h
@@ -48,7 +48,7 @@ typedef enum {
SECPKCS12TargetTokenIntermediateCAs, /* User certs and intermediates go to
* target token, root certs got to
* fixed token */
- SECPKCS12TargetTokenAllCAs, /* All certs go to target token */
+ SECPKCS12TargetTokenAllCAs /* All certs go to target token */
} SECPKCS12TargetTokenCAs;
/* PKCS12 Structures */