From 702c7fbe7342403472e887508716add0c58c385c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 2 Feb 2010 22:41:00 -0800 Subject: Update gPXE to version 1.0.0 --- gpxe/src/include/gpxe/rsa.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gpxe/src/include/gpxe/rsa.h') diff --git a/gpxe/src/include/gpxe/rsa.h b/gpxe/src/include/gpxe/rsa.h index e30e1a5a..5052ad46 100644 --- a/gpxe/src/include/gpxe/rsa.h +++ b/gpxe/src/include/gpxe/rsa.h @@ -1,6 +1,8 @@ #ifndef _GPXE_RSA_H #define _GPXE_RSA_H +FILE_LICENCE ( GPL2_OR_LATER ); + struct pubkey_algorithm; extern struct pubkey_algorithm rsa_algorithm; -- cgit v1.2.3