source: azure_iot_hub/trunk/wolfssl-3.15.7/wolfssl/options.h@ 389

Last change on this file since 389 was 389, checked in by coas-nagasima, 5 years ago

ビルドが通るよう更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 355 bytes
Line 
1/* wolfssl options.h
2 * generated from configure options
3 *
4 * Copyright (C) 2006-2015 wolfSSL Inc.
5 *
6 * This file is part of wolfSSL. (formerly known as CyaSSL)
7 *
8 */
9
10#ifndef WOLFSSL_OPTIONS_H
11#define WOLFSSL_OPTIONS_H
12
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18#include "user_settings.h"
19
20#ifdef __cplusplus
21}
22#endif
23
24
25#endif /* WOLFSSL_OPTIONS_H */
26
Note: See TracBrowser for help on using the repository browser.