mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Fix comments.
This commit is contained in:
parent
529d329ce1
commit
f3eba36c4c
@ -1,4 +1,4 @@
|
||||
/* Simple S/MIME signing example */
|
||||
/* Simple S/MIME decryption example */
|
||||
#include <openssl/pem.h>
|
||||
#include <openssl/cms.h>
|
||||
#include <openssl/err.h>
|
||||
@ -77,7 +77,3 @@ int main(int argc, char **argv)
|
||||
return ret;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* S/MIME signing example: 2 signers. OpenSSL 0.9.9 only */
|
||||
/* S/MIME signing example: 2 signers */
|
||||
#include <openssl/pem.h>
|
||||
#include <openssl/cms.h>
|
||||
#include <openssl/err.h>
|
||||
@ -101,7 +101,3 @@ int main(int argc, char **argv)
|
||||
return ret;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user