Ver código fonte

Remove a number of unnecessary stdio.h includes.

Change-Id: I6267c9bfb66940d0b6fe5368514210a058ebd3cc
Reviewed-on: https://boringssl-review.googlesource.com/7494
Reviewed-by: Emily Stark (Dunn) <estark@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
kris/onging/CECPQ3_patch15
David Benjamin 8 anos atrás
pai
commit
51545ceac6
20 arquivos alterados com 1 adições e 20 exclusões
  1. +0
    -1
      crypto/bio/connect.c
  2. +1
    -1
      crypto/cpu-intel.c
  3. +0
    -1
      crypto/evp/evp_ctx.c
  4. +0
    -1
      ssl/d1_both.c
  5. +0
    -1
      ssl/d1_clnt.c
  6. +0
    -1
      ssl/d1_lib.c
  7. +0
    -1
      ssl/d1_pkt.c
  8. +0
    -1
      ssl/d1_srtp.c
  9. +0
    -1
      ssl/d1_srvr.c
  10. +0
    -1
      ssl/s3_both.c
  11. +0
    -1
      ssl/s3_clnt.c
  12. +0
    -1
      ssl/s3_enc.c
  13. +0
    -1
      ssl/s3_lib.c
  14. +0
    -1
      ssl/s3_pkt.c
  15. +0
    -1
      ssl/s3_srvr.c
  16. +0
    -1
      ssl/ssl_cipher.c
  17. +0
    -1
      ssl/ssl_lib.c
  18. +0
    -1
      ssl/ssl_session.c
  19. +0
    -1
      ssl/t1_enc.c
  20. +0
    -1
      ssl/t1_lib.c

+ 0
- 1
crypto/bio/connect.c Ver arquivo

@@ -58,7 +58,6 @@

#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>

#if !defined(OPENSSL_WINDOWS)


+ 1
- 1
crypto/cpu-intel.c Ver arquivo

@@ -64,8 +64,8 @@
#if !defined(OPENSSL_NO_ASM) && (defined(OPENSSL_X86) || defined(OPENSSL_X86_64))

#include <inttypes.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#if defined(OPENSSL_WINDOWS)


+ 0
- 1
crypto/evp/evp_ctx.c Ver arquivo

@@ -56,7 +56,6 @@

#include <openssl/evp.h>

#include <stdio.h>
#include <string.h>

#include <openssl/err.h>


+ 0
- 1
ssl/d1_both.c Ver arquivo

@@ -115,7 +115,6 @@

#include <assert.h>
#include <limits.h>
#include <stdio.h>
#include <string.h>

#include <openssl/buf.h>


+ 0
- 1
ssl/d1_clnt.c Ver arquivo

@@ -115,7 +115,6 @@
#include <openssl/ssl.h>

#include <assert.h>
#include <stdio.h>
#include <string.h>

#include <openssl/bn.h>


+ 0
- 1
ssl/d1_lib.c Ver arquivo

@@ -57,7 +57,6 @@
#include <openssl/ssl.h>

#include <limits.h>
#include <stdio.h>
#include <string.h>

#include <openssl/err.h>


+ 0
- 1
ssl/d1_pkt.c Ver arquivo

@@ -112,7 +112,6 @@
#include <openssl/ssl.h>

#include <assert.h>
#include <stdio.h>
#include <string.h>

#include <openssl/buf.h>


+ 0
- 1
ssl/d1_srtp.c Ver arquivo

@@ -116,7 +116,6 @@

#include <openssl/ssl.h>

#include <stdio.h>
#include <string.h>

#include <openssl/bytestring.h>


+ 0
- 1
ssl/d1_srvr.c Ver arquivo

@@ -115,7 +115,6 @@
#include <openssl/ssl.h>

#include <assert.h>
#include <stdio.h>

#include <openssl/bn.h>
#include <openssl/buf.h>


+ 0
- 1
ssl/s3_both.c Ver arquivo

@@ -114,7 +114,6 @@

#include <assert.h>
#include <limits.h>
#include <stdio.h>
#include <string.h>

#include <openssl/buf.h>


+ 0
- 1
ssl/s3_clnt.c Ver arquivo

@@ -150,7 +150,6 @@
#include <openssl/ssl.h>

#include <assert.h>
#include <stdio.h>
#include <string.h>

#include <openssl/bn.h>


+ 0
- 1
ssl/s3_enc.c Ver arquivo

@@ -136,7 +136,6 @@
#include <openssl/ssl.h>

#include <assert.h>
#include <stdio.h>
#include <string.h>

#include <openssl/err.h>


+ 0
- 1
ssl/s3_lib.c Ver arquivo

@@ -149,7 +149,6 @@
#include <openssl/ssl.h>

#include <assert.h>
#include <stdio.h>
#include <string.h>

#include <openssl/buf.h>


+ 0
- 1
ssl/s3_pkt.c Ver arquivo

@@ -110,7 +110,6 @@

#include <assert.h>
#include <limits.h>
#include <stdio.h>
#include <string.h>

#include <openssl/buf.h>


+ 0
- 1
ssl/s3_srvr.c Ver arquivo

@@ -149,7 +149,6 @@
#include <openssl/ssl.h>

#include <assert.h>
#include <stdio.h>
#include <string.h>

#include <openssl/bn.h>


+ 0
- 1
ssl/ssl_cipher.c Ver arquivo

@@ -141,7 +141,6 @@
#include <openssl/ssl.h>

#include <assert.h>
#include <stdio.h>
#include <string.h>

#include <openssl/buf.h>


+ 0
- 1
ssl/ssl_lib.c Ver arquivo

@@ -141,7 +141,6 @@
#include <openssl/ssl.h>

#include <assert.h>
#include <stdio.h>
#include <string.h>

#include <openssl/bytestring.h>


+ 0
- 1
ssl/ssl_session.c Ver arquivo

@@ -136,7 +136,6 @@
#include <openssl/ssl.h>

#include <assert.h>
#include <stdio.h>
#include <string.h>

#include <openssl/err.h>


+ 0
- 1
ssl/t1_enc.c Ver arquivo

@@ -136,7 +136,6 @@
#include <openssl/ssl.h>

#include <assert.h>
#include <stdio.h>
#include <string.h>

#include <openssl/err.h>


+ 0
- 1
ssl/t1_lib.c Ver arquivo

@@ -110,7 +110,6 @@

#include <assert.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>



Carregando…
Cancelar
Salvar