Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 1e5918f

Browse files
committed
Fix header __CRYPT_GNUTLS_H__ #define guard.
1 parent daaba1f commit 1e5918f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto-gnutls.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
#ifndef __CRYPTO_GNUTLS_H__
19-
#define __CRTPTO_GNUTLS_H__
19+
#define __CRYPTO_GNUTLS_H__
2020

2121
#include <gnutls/gnutls.h>
2222
#include <gnutls/x509.h>

0 commit comments

Comments
 (0)