Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislattman committed May 17, 2024
1 parent f34627a commit e8d559f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tls.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>

#include <openssl/evp.h>
#include <openssl/x509.h>
#include <openssl/rand.h>
#include <openssl/x509.h>

int main(void)
{
Expand Down

0 comments on commit e8d559f

Please sign in to comment.