From 2f5199ec48718f533befeeed5eb0e0ac60cd83c1 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 7 Oct 2007 21:41:37 +0000 Subject: [PATCH] added RCSID --- src/libstrongswan/crypto/rsa/rsa_public_key.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libstrongswan/crypto/rsa/rsa_public_key.h b/src/libstrongswan/crypto/rsa/rsa_public_key.h index f1d45cc4f..02300b5c2 100644 --- a/src/libstrongswan/crypto/rsa/rsa_public_key.h +++ b/src/libstrongswan/crypto/rsa/rsa_public_key.h @@ -19,6 +19,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. + * + * RCSID $Id$ */ #ifndef RSA_PUBLIC_KEY_H_