Michael Brown 18 лет назад
Родитель
Сommit
a1f021db96
1 измененных файлов: 10 добавлений и 0 удалений
  1. 10
    0
      src/include/gpxe/rsa.h

+ 10
- 0
src/include/gpxe/rsa.h Просмотреть файл

@@ -0,0 +1,10 @@
1
+#ifndef _GPXE_RSA_H
2
+#define _GPXE_RSA_H
3
+
4
+struct crypto_algorithm;
5
+
6
+extern struct crypto_algorithm rsa_algorithm;
7
+
8
+#include "crypto/axtls/crypto.h"
9
+
10
+#endif /* _GPXE_RSA_H */

Загрузка…
Отмена
Сохранить