Changeset be28fe7 for lib


Ignore:
Timestamp:
2010-04-25T15:12:13Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e9eaee6
Parents:
0f64ca7
Message:

Code to calculate OAuth signatures. I hope that after wrapping my mind
around all of this the rest is going to be easier..

Location:
lib
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • lib/Makefile

    r0f64ca7 rbe28fe7  
    1010
    1111# [SH] Program variables
    12 objects = arc.o base64.o $(EVENT_HANDLER) http_client.o ini.o md5.o misc.o proxy.o sha1.o $(SSL_CLIENT) url.o xmltree.o
     12objects = arc.o base64.o $(EVENT_HANDLER) http_client.o ini.o md5.o misc.o oauth.o proxy.o sha1.o $(SSL_CLIENT) url.o xmltree.o
    1313
    1414CFLAGS += -Wall
Note: See TracChangeset for help on using the changeset viewer.