Changeset 4644

Show
Ignore:
Timestamp:
02/17/07 14:42:23 (2 years ago)
Author:
morris
Message:

Reorganize a bit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libwired/trunk/libwired/misc/wi-p7-crypto.c

    r4639 r4644  
    534534#pragma mark - 
    535535 
     536wi_p7_cipher_type_t wi_p7_cipher_type(wi_p7_cipher_t *p7_cipher) { 
     537        return p7_cipher->type; 
     538} 
     539 
     540 
     541 
    536542wi_string_t * wi_p7_cipher_name(wi_p7_cipher_t *p7_cipher) { 
    537543        switch(p7_cipher->type) { 
  • libwired/trunk/libwired/misc/wi-p7-crypto.h

    r4639 r4644  
    6969WI_EXPORT wi_data_t *                                   wi_p7_cipher_iv(wi_p7_cipher_t *); 
    7070 
     71WI_EXPORT wi_p7_cipher_type_t                   wi_p7_cipher_type(wi_p7_cipher_t *); 
    7172WI_EXPORT wi_string_t *                                 wi_p7_cipher_name(wi_p7_cipher_t *); 
    7273WI_EXPORT wi_uinteger_t                                 wi_p7_cipher_bits(wi_p7_cipher_t *);