Changeset 429


Ignore:
Timestamp:
04/10/10 15:17:34 (2 years ago)
Author:
ludovic.rousseau
Message:

Fix compiler when used with NSS

algorithm.c:54: error: conflicting types for ‘Alg_get_digest_by_name’
./alg_st.h:50: note: previous declaration of ‘Alg_get_digest_by_name’ was here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/common/algorithm.c

    r404 r429  
    5252} 
    5353 
    54 ALGDIGEST *Alg_get_digest_by_name(ALGORITHM_TYPE hash) 
     54const ALGDIGEST *Alg_get_digest_by_name(ALGORITHM_TYPE hash) 
    5555{ 
    5656    return HASH_GetHashObjectByOidTag(hash); 
Note: See TracChangeset for help on using the changeset viewer.