소스 검색

[rng] Add missing #include <assert.h>

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 14 년 전
부모
커밋
c5c1ae42e6
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/crypto/hash_df.c
  2. 1
    0
      src/crypto/hmac_drbg.c

+ 1
- 0
src/crypto/hash_df.c 파일 보기

37
 
37
 
38
 #include <stdint.h>
38
 #include <stdint.h>
39
 #include <string.h>
39
 #include <string.h>
40
+#include <assert.h>
40
 #include <byteswap.h>
41
 #include <byteswap.h>
41
 #include <ipxe/crypto.h>
42
 #include <ipxe/crypto.h>
42
 #include <ipxe/hash_df.h>
43
 #include <ipxe/hash_df.h>

+ 1
- 0
src/crypto/hmac_drbg.c 파일 보기

38
 #include <stdint.h>
38
 #include <stdint.h>
39
 #include <string.h>
39
 #include <string.h>
40
 #include <errno.h>
40
 #include <errno.h>
41
+#include <assert.h>
41
 #include <ipxe/crypto.h>
42
 #include <ipxe/crypto.h>
42
 #include <ipxe/hmac.h>
43
 #include <ipxe/hmac.h>
43
 #include <ipxe/hmac_drbg.h>
44
 #include <ipxe/hmac_drbg.h>

Loading…
취소
저장