浏览代码

Fix build with -Wwrite-strings.

Change-Id: If76154c8d255600e925a408acdc674fc7dad0359
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Reviewed-on: https://boringssl-review.googlesource.com/7526
Reviewed-by: David Benjamin <davidben@google.com>
kris/onging/CECPQ3_patch15
Piotr Sikora 8 年前
committed by David Benjamin
父节点
当前提交
fdb88ba2e9
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      crypto/evp/print.c

+ 1
- 2
crypto/evp/print.c 查看文件

@@ -136,8 +136,7 @@ static void update_buflen(const BIGNUM *b, size_t *pbuflen) {

static int do_rsa_print(BIO *out, const RSA *rsa, int off,
int include_private) {
char *str;
const char *s;
const char *s, *str;
uint8_t *m = NULL;
int ret = 0, mod_len = 0;
size_t buf_len = 0;


正在加载...
取消
保存