Changeset 482

Show
Ignore:
Timestamp:
08/09/07 17:03:54
Author:
rachel
Message:

ops_setup_memory_write etc are used by libops_adv.a
so move the code into that directory.
Remove redundant parameter from push_encrypt function

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openpgpsdk/trunk/include/openpgpsdk/crypto.h

    r480 r482  
    124124struct ops_key_data; 
    125125void ops_writer_push_encrypt(ops_create_info_t *info, 
    126                              ops_crypt_t *encrypt, 
    127126                             const struct ops_key_data *key); 
    128127 
  • openpgpsdk/trunk/src/advanced/Makefile.template

    r470 r482  
    1313        adv_signature.o adv_compress.o adv_packet-show.o adv_create.o \ 
    1414        adv_validate.o adv_lists.o adv_armour.o adv_errors.o \ 
    15         adv_symmetric.o adv_crypto.o random.o 
     15        adv_symmetric.o adv_crypto.o random.o adv_readerwriter.o 
    1616 
    1717headers: 
  • openpgpsdk/trunk/src/advanced/adv_create.c

    r480 r482  
    945945 
    946946void ops_writer_push_encrypt(ops_create_info_t *info __attribute__((__unused__)), 
    947                                   ops_crypt_t *encrypt __attribute__((__unused__)), 
    948947                                  const ops_key_data_t *key __attribute__((__unused__))) 
    949948    { 
  • openpgpsdk/trunk/src/standard/Makefile.template

    r480 r482  
    1111all: Makefile headers .depend libops_std.a 
    1212 
    13 LIBOBJS = std_keyring.o std_print.o std_readerwriter.o 
     13LIBOBJS = std_keyring.o std_print.o  
    1414 
    1515headers: