X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fgcrypt%2Frsa.h;h=2ea5e6500662902d58f6a9f252eac5cd8775cda5;hb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;hp=0b3937a41a6a78f817b2b223283900423411f5dd;hpb=075e6828a7533e7daa790225f17aa6bb39703278;p=tinc diff --git a/src/gcrypt/rsa.h b/src/gcrypt/rsa.h index 0b3937a4..2ea5e650 100644 --- a/src/gcrypt/rsa.h +++ b/src/gcrypt/rsa.h @@ -1,3 +1,6 @@ +#ifndef TINC_GCRYPT_RSA_H +#define TINC_GCRYPT_RSA_H + /* rsa.h -- RSA key handling Copyright (C) 2007 Guus Sliepen @@ -12,16 +15,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - $Id$ + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_RSA_H__ -#define __TINC_RSA_H__ - #include typedef struct rsa {