Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset debc281
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2007-12-30T23:40:59Z (
17 years
ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
6e68a52
Parents:
6f7ac17
Message:
encode: md5.c is no longer in protocols/, it's in lib/
Fix build failure.
File:
1 edited
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
r6f7ac17
rdebc281
116
116
117
117
encode: crypting.c
118
$(CC) crypting.c
protocols
/md5.c $(CFLAGS) -o encode -DCRYPTING_MAIN $(CFLAGS) $(EFLAGS) $(LFLAGS)
118
$(CC) crypting.c
lib
/md5.c $(CFLAGS) -o encode -DCRYPTING_MAIN $(CFLAGS) $(EFLAGS) $(LFLAGS)
119
119
120
120
decode: encode
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive