Ignore:
Timestamp:
Aug 7, 2014, 8:25:37 PM (11 years ago)
Author:
dmik
Message:

openssl: Merge version 1.0.0n from vendor to trunk.

Location:
openssl/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • openssl/trunk

  • TabularUnified openssl/trunk/crypto/evp/encode.c

    r150 r808  
    236236             const unsigned char *in, int inl)
    237237        {
    238         int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,tmp2,exp_nl;
     238        int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,exp_nl;
    239239        unsigned char *d;
    240240
     
    320320                         * accept the '\n' */
    321321                        if ((v != B64_EOF) && (n >= 64)) exp_nl=1;
    322                         tmp2=v;
    323322                        if (n > 0)
    324323                                {
     
    326325                                n=0;
    327326                                if (v < 0) { rv=0; goto end; }
     327                                if (eof > v) { rv=-1; goto end; }
    328328                                ret+=(v-eof);
    329329                                }
Note: See TracChangeset for help on using the changeset viewer.