Browse Source

[crypto] Remove spurious #include "config.h"

tags/v0.9.4
Michael Brown 17 years ago
parent
commit
9c71949d1f
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/crypto/axtls/bigint.h

+ 0
- 2
src/crypto/axtls/bigint.h View File

19
 #ifndef BIGINT_HEADER
19
 #ifndef BIGINT_HEADER
20
 #define BIGINT_HEADER
20
 #define BIGINT_HEADER
21
 
21
 
22
-#include "config.h"
23
-
24
 /* enable features based on a 'super-set' capbaility. */
22
 /* enable features based on a 'super-set' capbaility. */
25
 #if defined(CONFIG_SSL_FULL_MODE) 
23
 #if defined(CONFIG_SSL_FULL_MODE) 
26
 #define CONFIG_SSL_ENABLE_CLIENT
24
 #define CONFIG_SSL_ENABLE_CLIENT

Loading…
Cancel
Save