Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/CNIOBoringSSL/crypto/x509/t_x509.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
#include <CNIOBoringSSL_x509v3.h>

#include "internal.h"

#include <inttypes.h> // for PRIu64 and friends

int X509_print_ex_fp(FILE *fp, X509 *x, unsigned long nmflag,
unsigned long cflag)
Expand Down
1 change: 0 additions & 1 deletion Sources/CNIOBoringSSL/include/CNIOBoringSSL_bn.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
#include "CNIOBoringSSL_base.h"
#include "CNIOBoringSSL_thread.h"

#include <inttypes.h> // for PRIu64 and friends
#include <sys/types.h>
#include <stdio.h> // for FILE*

Expand Down