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/pkcs7/pkcs7err.c

    r150 r808  
    11/* crypto/pkcs7/pkcs7err.c */
    22/* ====================================================================
    3  * Copyright (c) 1999-2007 The OpenSSL Project.  All rights reserved.
     3 * Copyright (c) 1999-2014 The OpenSSL Project.  All rights reserved.
    44 *
    55 * Redistribution and use in source and binary forms, with or without
     
    131131{ERR_REASON(PKCS7_R_INVALID_MIME_TYPE)   ,"invalid mime type"},
    132132{ERR_REASON(PKCS7_R_INVALID_NULL_POINTER),"invalid null pointer"},
     133{ERR_REASON(PKCS7_R_INVALID_SIGNED_DATA_TYPE),"invalid signed data type"},
    133134{ERR_REASON(PKCS7_R_MIME_NO_CONTENT_TYPE),"mime no content type"},
    134135{ERR_REASON(PKCS7_R_MIME_PARSE_ERROR)    ,"mime parse error"},
Note: See TracChangeset for help on using the changeset viewer.