]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Id and typo
authorTobias Brunner <tobias@strongswan.org>
Thu, 22 May 2008 12:13:10 +0000 (12:13 -0000)
committerTobias Brunner <tobias@strongswan.org>
Thu, 22 May 2008 12:13:10 +0000 (12:13 -0000)
src/libstrongswan/plugins/openssl/openssl_crypter.h
src/libstrongswan/plugins/openssl/openssl_diffie_hellman.h
src/libstrongswan/plugins/openssl/openssl_ec_diffie_hellman.h
src/libstrongswan/plugins/openssl/openssl_hasher.h
src/libstrongswan/plugins/openssl/openssl_plugin.h
src/libstrongswan/plugins/openssl/openssl_rsa_private_key.h
src/libstrongswan/plugins/openssl/openssl_rsa_public_key.h

index 3906c4f4488642547137ca23720682db76c4e460..53bc017ee4b4330a46bf7025838af924a012eb82 100644 (file)
@@ -11,6 +11,8 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
+ * 
+ * $Id$
  */
 
 /**
index 80142be0cb59c94597d06c87da0dc8a0664ea419..b57950060f08f06a0a390e29c7f87884e9d7673c 100644 (file)
@@ -11,6 +11,8 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
+ * 
+ * $Id$
  */
 
 /**
index 69d60c6a9669d2048ad2e392e96979620e7709a5..8ed7ceb3042ed64d4e7d183e464331ce683eea3d 100644 (file)
@@ -11,6 +11,8 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
+ * 
+ * $Id$
  */
 
 /**
index e23022bd41a1c14fb62c17d5b274f57c64051aa5..065d372f1183328cb72f981be3dea93b17114d69 100644 (file)
@@ -11,6 +11,8 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
+ * 
+ * $Id$
  */
 
 /**
index fb60e38df4bea5c69eb4a141c732a9e9a32ee0c9..59e8cb3e8e24be994576852e6646bfe95350ebc4 100644 (file)
@@ -11,6 +11,8 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
+ * 
+ * $Id$
  */
 
 /**
index 99d7fc3bf97f2daf2c9aebd4a6325018290394a0..36d15ff9bb1e5383cc5802a21b935a369d134c73 100644 (file)
@@ -11,6 +11,8 @@
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
+ * 
+ * $Id$
  */
 
 /**
index e1c09d6318abd7d8ec46c7cbf2000ef8d0e4b62c..fc3b867afc5755c2cdf565857344a4ef98e9690e 100644 (file)
@@ -28,7 +28,7 @@ typedef struct openssl_rsa_public_key_t openssl_rsa_public_key_t;
 #include <credentials/keys/public_key.h>
 
 /**
- * public_key_t implementation of RSA algorithm using libgmp.
+ * public_key_t implementation of RSA algorithm using OpenSSL.
  */
 struct openssl_rsa_public_key_t {