Skip to content

Commit

Permalink
Remove now-unused/unneeded headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Apr 16, 2017
1 parent 52039c8 commit 0aea3d2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 223 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ include = [
"include/openssl/cpu.h",
"include/openssl/err.h",
"include/openssl/mem.h",
"include/openssl/opensslconf.h",
"include/openssl/rsa.h",
"include/openssl/type_check.h",
"examples/checkdigest.rs",
"third-party/NIST/README.md",
Expand Down
2 changes: 0 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ const RING_INCLUDES: &'static [&'static str] =
"include/openssl/cpu.h",
"include/openssl/err.h",
"include/openssl/mem.h",
"include/openssl/opensslconf.h",
"include/openssl/rsa.h",
"include/openssl/type_check.h"];

#[cfg_attr(rustfmt, rustfmt_skip)]
Expand Down
2 changes: 0 additions & 2 deletions include/openssl/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
#include <stdint.h>
#include <sys/types.h>

#include <openssl/opensslconf.h>

#if defined(__cplusplus)
extern "C" {
#endif
Expand Down
68 changes: 0 additions & 68 deletions include/openssl/opensslconf.h

This file was deleted.

149 changes: 0 additions & 149 deletions include/openssl/rsa.h

This file was deleted.

0 comments on commit 0aea3d2

Please sign in to comment.