提交 f3eba36c 编写于 作者: D Dr. Stephen Henson

Fix comments.

上级 529d329c
/* Simple S/MIME signing example */ /* Simple S/MIME decryption example */
#include <openssl/pem.h> #include <openssl/pem.h>
#include <openssl/cms.h> #include <openssl/cms.h>
#include <openssl/err.h> #include <openssl/err.h>
...@@ -77,7 +77,3 @@ int main(int argc, char **argv) ...@@ -77,7 +77,3 @@ int main(int argc, char **argv)
return ret; return ret;
} }
/* S/MIME signing example: 2 signers. OpenSSL 0.9.9 only */ /* S/MIME signing example: 2 signers */
#include <openssl/pem.h> #include <openssl/pem.h>
#include <openssl/cms.h> #include <openssl/cms.h>
#include <openssl/err.h> #include <openssl/err.h>
...@@ -101,7 +101,3 @@ int main(int argc, char **argv) ...@@ -101,7 +101,3 @@ int main(int argc, char **argv)
return ret; return ret;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册