Changeset 77bfd07 for lib/Makefile


Ignore:
Timestamp:
2007-11-23T23:07:44Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3a80471
Parents:
df6d1da
Message:

Replaced GPL-incompatible SHA1 hashing code (and renamed the files in case
I ever need SHA256 ;-)).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/Makefile

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