summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/rsa.h')
-rw-r--r--src/include/gpxe/rsa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/rsa.h b/src/include/gpxe/rsa.h
index e30e1a5a..5052ad46 100644
--- a/src/include/gpxe/rsa.h
+++ b/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;