Commit f3eba36c authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Fix comments.

parent 529d329c
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
/* 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 −5
Original line number Diff line number Diff line
/* 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;

	}