소스 검색

Placeholder

tags/v0.9.3
Michael Brown 18 년 전
부모
커밋
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…
취소
저장