Skip to content

Commit

Permalink
Add minicrypto lib from picotls
Browse files Browse the repository at this point in the history
Fix #2
  • Loading branch information
tbarbette committed Apr 23, 2024
1 parent 2316e3b commit 496a8b0
Show file tree
Hide file tree
Showing 3 changed files with 2,357 additions and 1,733 deletions.
10 changes: 6 additions & 4 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H

Expand All @@ -54,6 +51,9 @@
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

Expand Down Expand Up @@ -102,7 +102,9 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Define to 1 if you have the ANSI C header files. */
/* Define to 1 if all of the C90 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#undef STDC_HEADERS

/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
Expand Down
Loading

0 comments on commit 496a8b0

Please sign in to comment.