Add a "_up" -> "_up_ref" change to libeay.num that was missing from the
authorGeoff Thorpe <geoff@openssl.org>
Tue, 4 Sep 2001 20:40:41 +0000 (20:40 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 4 Sep 2001 20:40:41 +0000 (20:40 +0000)
recent changes. Also, do the same change to the DSO_up() function.

crypto/dso/dso.h
crypto/dso/dso_err.c
crypto/dso/dso_lib.c
util/libeay.num

index 8c495b1b247d3dce0cbcf83cd764bb8c9ddeef3d..9ceeb2beb48b3aaca08562025ca7197f974ac1f4 100644 (file)
@@ -187,7 +187,7 @@ DSO *       DSO_new(void);
 DSO *  DSO_new_method(DSO_METHOD *method);
 int    DSO_free(DSO *dso);
 int    DSO_flags(DSO *dso);
-int    DSO_up(DSO *dso);
+int    DSO_up_ref(DSO *dso);
 long   DSO_ctrl(DSO *dso, int cmd, long larg, void *parg);
 
 /* This function sets the DSO's name_converter callback. If it is non-NULL,
@@ -293,7 +293,7 @@ void ERR_load_DSO_strings(void);
 #define DSO_F_DSO_NEW_METHOD                            113
 #define DSO_F_DSO_SET_FILENAME                          129
 #define DSO_F_DSO_SET_NAME_CONVERTER                    122
-#define DSO_F_DSO_UP                                    114
+#define DSO_F_DSO_UP_REF                                114
 #define DSO_F_VMS_BIND_VAR                              115
 #define DSO_F_VMS_LOAD                                  116
 #define DSO_F_VMS_UNLOAD                                117
index b6142404d575f325478b6f83feebdf9f7f2ca0df..cf452de1aa0657b6565f134905d070fabcd7e383 100644 (file)
@@ -87,7 +87,7 @@ static ERR_STRING_DATA DSO_str_functs[]=
 {ERR_PACK(0,DSO_F_DSO_NEW_METHOD,0),   "DSO_new_method"},
 {ERR_PACK(0,DSO_F_DSO_SET_FILENAME,0), "DSO_set_filename"},
 {ERR_PACK(0,DSO_F_DSO_SET_NAME_CONVERTER,0),   "DSO_set_name_converter"},
-{ERR_PACK(0,DSO_F_DSO_UP,0),   "DSO_up"},
+{ERR_PACK(0,DSO_F_DSO_UP_REF,0),       "DSO_up_ref"},
 {ERR_PACK(0,DSO_F_VMS_BIND_VAR,0),     "VMS_BIND_VAR"},
 {ERR_PACK(0,DSO_F_VMS_LOAD,0), "VMS_LOAD"},
 {ERR_PACK(0,DSO_F_VMS_UNLOAD,0),       "VMS_UNLOAD"},
index ef39a528c7c2496afa16bc12e0fda6d2c3776782..ba1b19680990c26cf8421a9ed75c85f2c77d9e85 100644 (file)
@@ -179,11 +179,11 @@ int DSO_flags(DSO *dso)
        }
 
 
-int DSO_up(DSO *dso)
+int DSO_up_ref(DSO *dso)
        {
        if (dso == NULL)
                {
-               DSOerr(DSO_F_DSO_UP,ERR_R_PASSED_NULL_PARAMETER);
+               DSOerr(DSO_F_DSO_UP_REF,ERR_R_PASSED_NULL_PARAMETER);
                return(0);
                }
 
index 6469927ee8389795cc73924b30f484600de28d39..ed659997183c169606044c2e333759f4121df0e5 100755 (executable)
@@ -1767,7 +1767,7 @@ DSO_new                                 2259      EXIST::FUNCTION:
 DSO_new_method                          2260   EXIST::FUNCTION:
 DSO_free                                2261   EXIST::FUNCTION:
 DSO_flags                               2262   EXIST::FUNCTION:
-DSO_up                                  2263   EXIST::FUNCTION:
+DSO_up_ref                              2263   EXIST::FUNCTION:
 DSO_set_default_method                  2264   EXIST::FUNCTION:
 DSO_get_default_method                  2265   EXIST::FUNCTION:
 DSO_get_method                          2266   EXIST::FUNCTION:
@@ -2638,7 +2638,7 @@ X509_CRL_sort                           3086      EXIST::FUNCTION:
 X509_REVOKED_set_revocationDate         3087   EXIST::FUNCTION:
 EVP_dev_crypto_md5                      3088   EXIST::FUNCTION:DES
 X509_CRL_set_issuer_name                3089   EXIST::FUNCTION:
-DSA_up                                  3090   EXIST::FUNCTION:DSA
+DSA_up_ref                              3090   EXIST::FUNCTION:DSA
 ENGINE_get_cipher                       3091   EXIST::FUNCTION:
 ENGINE_add_cipher                       3092   EXIST::FUNCTION:
 X509_CRL_set_nextUpdate                 3093   EXIST::FUNCTION: