From f44096c87b9e0690bb43e2d8145d4330f914b333 Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: 周三, 27 8月 2014 06:11:20 +0800 Subject: [PATCH] boost cmake --- src/library/os/linux/os-linux.cpp | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/library/os/linux/os-linux.cpp b/src/library/os/linux/os-linux.cpp index 722c8ad..ed3427b 100644 --- a/src/library/os/linux/os-linux.cpp +++ b/src/library/os/linux/os-linux.cpp @@ -57,8 +57,7 @@ const char* signatureB64) { EVP_MD_CTX *mdctx = NULL; - char *pubKey = PUBLIC_KEY - ; + char *pubKey = PUBLIC_KEY; BIO* bio = BIO_new_mem_buf((void*) (pubKey), strlen(pubKey)); RSA *rsa = PEM_read_bio_RSAPublicKey(bio, NULL, NULL, NULL); -- Gitblit v1.9.1