forked from wolfSSL/wolfssl
switch pragma once uses, causes warnings on some compilers
This commit is contained in:
@@ -21,7 +21,9 @@
|
||||
|
||||
/* default blank options for autoconf */
|
||||
|
||||
#pragma once
|
||||
#ifndef CYASSL_OPTIONS_H
|
||||
#define CYASSL_OPTIONS_H
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -32,3 +34,6 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* CYASSL_OPTIONS_H */
|
||||
|
||||
|
Reference in New Issue
Block a user