aboutsummaryrefslogtreecommitdiffstats
path: root/src/scepclient/pkcs10.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-09-04 13:46:09 +0200
committerMartin Willi <martin@strongswan.org>2009-09-04 13:46:09 +0200
commit7daf5226b74e14a6e0f1a888b0be26f3d246f9f8 (patch)
tree6436de2e84e7a677ecfb83db4bf44766cc273d9f /src/scepclient/pkcs10.h
parent7d1b0304467bc668b592ccd6680fd9615efbb5b2 (diff)
downloadstrongswan-7daf5226b74e14a6e0f1a888b0be26f3d246f9f8.tar.bz2
strongswan-7daf5226b74e14a6e0f1a888b0be26f3d246f9f8.tar.xz
removed trailing spaces ([[:space:]]+$)
Diffstat (limited to 'src/scepclient/pkcs10.h')
-rw-r--r--src/scepclient/pkcs10.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/scepclient/pkcs10.h b/src/scepclient/pkcs10.h
index 3f29f019a..e10a3ef59 100644
--- a/src/scepclient/pkcs10.h
+++ b/src/scepclient/pkcs10.h
@@ -1,14 +1,14 @@
/**
* @file pkcs10.h
* @brief Functions to build PKCS#10 Request's
- *
+ *
* Contains functions to build DER encoded pkcs#10 certificate requests
*/
/*
* Copyright (C) 2005 Jan Hutter, Martin Willi
* Hochschule fuer Technik Rapperswil
- *
+ *
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
@@ -34,9 +34,9 @@ typedef struct pkcs10_struct pkcs10_t;
/**
* @brief type representating a pkcs#10 request.
*
- * A pkcs#10 request contains a distinguished name, an optional
+ * A pkcs#10 request contains a distinguished name, an optional
* challenge password, a public key and optional subjectAltNames.
- *
+ *
* The RSA private key is needed to compute the signature of the given request
*/
struct pkcs10_struct {