Prepare for 0.9.8ze-dev
[oweals/openssl.git] / crypto / asn1 / a_mbstr.c
index 2d4800a22a4c2c54f996969aa3100cfa0fd3d7c2..1538e0a4fc250d535c23a8fe9386165916645160 100644 (file)
@@ -1,5 +1,5 @@
 /* a_mbstr.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
@@ -93,7 +93,7 @@ int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
        int str_type;
        int ret;
        char free_out;
-       int outform, outlen;
+       int outform, outlen = 0;
        ASN1_STRING *dest;
        unsigned char *p;
        int nchar;