瀏覽代碼

Remove stale wpa_supplicant hacks.

aosp-master has been updated past the point that this is necessary. Sadly, all
the other hacks still are. I'll try to get things rolling so we can ditch the
others in time.

Change-Id: If7b3aad271141fb26108a53972d2d3273f956e8d
Reviewed-on: https://boringssl-review.googlesource.com/7751
Reviewed-by: Adam Langley <agl@google.com>
kris/onging/CECPQ3_patch15
David Benjamin 8 年之前
committed by Adam Langley
父節點
當前提交
6e96d2be3d
共有 2 個檔案被更改,包括 0 行新增11 行删除
  1. +0
    -9
      include/openssl/bn.h
  2. +0
    -2
      include/openssl/ssl.h

+ 0
- 9
include/openssl/bn.h 查看文件

@@ -852,15 +852,6 @@ OPENSSL_EXPORT unsigned BN_num_bits_word(BN_ULONG l);
#define BN_FLG_CONSTTIME 0x04


/* Android compatibility section.
*
* These functions are declared, temporarily, for Android because
* wpa_supplicant will take a little time to sync with upstream. Outside of
* Android they'll have no definition. */

OPENSSL_EXPORT BIGNUM *get_rfc3526_prime_1536(BIGNUM *bn);


#if defined(__cplusplus)
} /* extern C */
#endif


+ 0
- 2
include/openssl/ssl.h 查看文件

@@ -4266,8 +4266,6 @@ typedef struct ssl3_state_st {
* wpa_supplicant will take a little time to sync with upstream. Outside of
* Android they'll have no definition. */

#define SSL_F_SSL_SET_SESSION_TICKET_EXT doesnt_exist

OPENSSL_EXPORT int SSL_set_session_ticket_ext(SSL *s, void *ext_data,
int ext_len);
OPENSSL_EXPORT int SSL_set_session_secret_cb(SSL *s, void *cb, void *arg);


Loading…
取消
儲存