From 911e67dc2540e1974ba67faef9dcfd4f27e52ba6 Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: 周一, 28 7月 2014 05:41:41 +0800 Subject: [PATCH] out licenses --- 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