瀏覽代碼

Placeholder

tags/v0.9.3
Michael Brown 17 年之前
父節點
當前提交
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 */

Loading…
取消
儲存