summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/nss/nss/lib/util/secdigt.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/nss/nss/lib/util/secdigt.h')
-rw-r--r--chromium/third_party/nss/nss/lib/util/secdigt.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/third_party/nss/nss/lib/util/secdigt.h b/chromium/third_party/nss/nss/lib/util/secdigt.h
index 65ca22f7441..2414d79fedd 100644
--- a/chromium/third_party/nss/nss/lib/util/secdigt.h
+++ b/chromium/third_party/nss/nss/lib/util/secdigt.h
@@ -1,5 +1,5 @@
/*
- * secdigt.h - public data structures for digestinfos from the util lib.
+ * secdigt.h - public data structures for digest-info objects
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -23,6 +23,4 @@ struct SGNDigestInfoStr {
};
typedef struct SGNDigestInfoStr SGNDigestInfo;
-
-
#endif /* _SECDIGT_H_ */