diff options
Diffstat (limited to 'src/include/ipxe/x25519.h')
-rw-r--r-- | src/include/ipxe/x25519.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ipxe/x25519.h b/src/include/ipxe/x25519.h index 6524abb7d..fd7caeee9 100644 --- a/src/include/ipxe/x25519.h +++ b/src/include/ipxe/x25519.h @@ -11,6 +11,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include <stdint.h> #include <ipxe/bigint.h> +#include <ipxe/crypto.h> /** X25519 unsigned big integer size * @@ -88,4 +89,6 @@ extern int x25519_key ( const struct x25519_value *base, const struct x25519_value *scalar, struct x25519_value *result ); +extern struct elliptic_curve x25519_curve; + #endif /* _IPXE_X25519_H */ |