[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Fri Aug 5 15:19:41 UTC 2016


The branch master has been updated
       via  684bc13e58c3c53b414a5a775b1118f04ad78bd7 (commit)
      from  10d2ec0cbe1be4479ab8b4577bf864154724af20 (commit)


- Log -----------------------------------------------------------------
commit 684bc13e58c3c53b414a5a775b1118f04ad78bd7
Author: Rich Salz <rsalz at openssl.org>
Date:   Fri Aug 5 11:16:07 2016 -0400

    Make update, etc.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 apps/progs.h       | 2 +-
 util/libcrypto.num | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/progs.h b/apps/progs.h
index ac9d208..5f6f07f 100644
--- a/apps/progs.h
+++ b/apps/progs.h
@@ -18,7 +18,7 @@ typedef enum FUNC_TYPE {
 typedef struct function_st {
     FUNC_TYPE type;
     const char *name;
-    int (*func)(int argc,char *argv[]);
+    int (*func)(int argc, char *argv[]);
     const OPTIONS *help;
 } FUNCTION;
 
diff --git a/util/libcrypto.num b/util/libcrypto.num
index e4c16b1..1adba30 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -1331,7 +1331,7 @@ ERR_peek_last_error                     1315	1_1_0	EXIST::FUNCTION:
 ENGINE_set_cmd_defns                    1316	1_1_0	EXIST::FUNCTION:ENGINE
 d2i_ASN1_NULL                           1317	1_1_0	EXIST::FUNCTION:
 RAND_event                              1318	1_1_0	EXIST:_WIN32:FUNCTION:DEPRECATEDIN_1_1_0
-i2d_PKCS12_fp                           1319	1_1_0	EXIST::FUNCTION:
+i2d_PKCS12_fp                           1319	1_1_0	EXIST::FUNCTION:STDIO
 EVP_PKEY_meth_get_init                  1320	1_1_0	EXIST::FUNCTION:
 X509_check_trust                        1321	1_1_0	EXIST::FUNCTION:
 b2i_PrivateKey                          1322	1_1_0	EXIST::FUNCTION:DSA
@@ -1966,7 +1966,7 @@ d2i_PKCS12                              1949	1_1_0	EXIST::FUNCTION:
 X509_policy_node_get0_policy            1950	1_1_0	EXIST::FUNCTION:
 PKCS12_unpack_p7data                    1951	1_1_0	EXIST::FUNCTION:
 ECDSA_sign                              1952	1_1_0	EXIST::FUNCTION:EC
-d2i_PKCS12_fp                           1953	1_1_0	EXIST::FUNCTION:
+d2i_PKCS12_fp                           1953	1_1_0	EXIST::FUNCTION:STDIO
 CMS_unsigned_get_attr_by_NID            1954	1_1_0	EXIST::FUNCTION:CMS
 UI_add_user_data                        1955	1_1_0	EXIST::FUNCTION:UI
 BN_bntest_rand                          1956	1_1_0	EXIST::FUNCTION:


More information about the openssl-commits mailing list