summaryrefslogtreecommitdiff
path: root/pith/smime.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/smime.h')
-rw-r--r--pith/smime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/smime.h b/pith/smime.h
index 216d1a6..f78f8cb 100644
--- a/pith/smime.h
+++ b/pith/smime.h
@@ -36,7 +36,7 @@
#define OUR_PKCS7_ENCLOSURE_SUBTYPE "x-pkcs7-enclosure"
-/* exported protoypes */
+/* exported prototypes */
int smime_validate_cert(X509 *cert, long *error);
int encrypt_file(char *fp, char *text, PERSONAL_CERT *pc);
char *decrypt_file(char *fp, int *rv, PERSONAL_CERT *pc);