Skip to content

Commit

Permalink
for intXX_t and size_t
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Aug 22, 2024
1 parent b9959ee commit ab5b7b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/msspi.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#ifndef _MSSPI_H_INCLUDED_
#define _MSSPI_H_INCLUDED_

#include <stdint.h>
#include <stddef.h>

#define TLS1_VERSION 0x0301
#define TLS1_1_VERSION 0x0302
#define TLS1_2_VERSION 0x0303
Expand Down

0 comments on commit ab5b7b8

Please sign in to comment.