From fe3fcf6c16c6f7cc7fc6942a8e9e697b780c7193 Mon Sep 17 00:00:00 2001 From: Martin Westergaard Date: Tue, 15 Jun 2010 20:02:58 +0200 Subject: [PATCH] Fixed shortcuts (again) --- BOINC software/BOINC client apps/distrrtgen/HashAlgorithm.cpp | 1 + BOINC software/BOINC client apps/distrrtgen/HashAlgorithm.h | 1 + BOINC software/BOINC client apps/distrrtgen/HashRoutine.cpp | 1 + BOINC software/BOINC client apps/distrrtgen/HashRoutine.h | 1 + BOINC software/BOINC client apps/distrrtgen/Public.cpp | 1 + BOINC software/BOINC client apps/distrrtgen/Public.h | 1 + BOINC software/BOINC client apps/distrrtgen/des_enc.c | 1 + BOINC software/BOINC client apps/distrrtgen/des_locl.h | 1 + BOINC software/BOINC client apps/distrrtgen/des_setkey.c | 1 + BOINC software/BOINC client apps/distrrtgen/ecb_enc.c | 1 + BOINC software/BOINC client apps/distrrtgen/md4.cpp | 1 + BOINC software/BOINC client apps/distrrtgen/md4.h | 1 + BOINC software/BOINC client apps/distrrtgen/md5.cpp | 1 + BOINC software/BOINC client apps/distrrtgen/md5.h | 1 + BOINC software/BOINC client apps/distrrtgen/podd.h | 1 + BOINC software/BOINC client apps/distrrtgen/sk.h | 1 + BOINC software/BOINC client apps/distrrtgen/spr.h | 1 + 17 files changed, 17 insertions(+) create mode 120000 BOINC software/BOINC client apps/distrrtgen/HashAlgorithm.cpp create mode 120000 BOINC software/BOINC client apps/distrrtgen/HashAlgorithm.h create mode 120000 BOINC software/BOINC client apps/distrrtgen/HashRoutine.cpp create mode 120000 BOINC software/BOINC client apps/distrrtgen/HashRoutine.h create mode 120000 BOINC software/BOINC client apps/distrrtgen/Public.cpp create mode 120000 BOINC software/BOINC client apps/distrrtgen/Public.h create mode 120000 BOINC software/BOINC client apps/distrrtgen/des_enc.c create mode 120000 BOINC software/BOINC client apps/distrrtgen/des_locl.h create mode 120000 BOINC software/BOINC client apps/distrrtgen/des_setkey.c create mode 120000 BOINC software/BOINC client apps/distrrtgen/ecb_enc.c create mode 120000 BOINC software/BOINC client apps/distrrtgen/md4.cpp create mode 120000 BOINC software/BOINC client apps/distrrtgen/md4.h create mode 120000 BOINC software/BOINC client apps/distrrtgen/md5.cpp create mode 120000 BOINC software/BOINC client apps/distrrtgen/md5.h create mode 120000 BOINC software/BOINC client apps/distrrtgen/podd.h create mode 120000 BOINC software/BOINC client apps/distrrtgen/sk.h create mode 120000 BOINC software/BOINC client apps/distrrtgen/spr.h diff --git a/BOINC software/BOINC client apps/distrrtgen/HashAlgorithm.cpp b/BOINC software/BOINC client apps/distrrtgen/HashAlgorithm.cpp new file mode 120000 index 0000000..f4c0fb5 --- /dev/null +++ b/BOINC software/BOINC client apps/distrrtgen/HashAlgorithm.cpp @@ -0,0 +1 @@ +../../../Common/rt api/HashAlgorithm.cpp \ No newline at end of file diff --git a/BOINC software/BOINC client apps/distrrtgen/HashAlgorithm.h b/BOINC software/BOINC client apps/distrrtgen/HashAlgorithm.h new file mode 120000 index 0000000..e92bbda --- /dev/null +++ b/BOINC software/BOINC client apps/distrrtgen/HashAlgorithm.h @@ -0,0 +1 @@ +../../../Common/rt api/HashAlgorithm.h \ No newline at end of file diff --git a/BOINC software/BOINC client apps/distrrtgen/HashRoutine.cpp b/BOINC software/BOINC client apps/distrrtgen/HashRoutine.cpp new file mode 120000 index 0000000..27615c9 --- /dev/null +++ b/BOINC software/BOINC client apps/distrrtgen/HashRoutine.cpp @@ -0,0 +1 @@ +../../../Common/rt api/HashRoutine.cpp \ No newline at end of file diff --git a/BOINC software/BOINC client apps/distrrtgen/HashRoutine.h b/BOINC software/BOINC client apps/distrrtgen/HashRoutine.h new file mode 120000 index 0000000..559c352 --- /dev/null +++ b/BOINC software/BOINC client apps/distrrtgen/HashRoutine.h @@ -0,0 +1 @@ +../../../Common/rt api/HashRoutine.h \ No newline at end of file diff --git a/BOINC software/BOINC client apps/distrrtgen/Public.cpp b/BOINC software/BOINC client apps/distrrtgen/Public.cpp new file mode 120000 index 0000000..c5461fe --- /dev/null +++ b/BOINC software/BOINC client apps/distrrtgen/Public.cpp @@ -0,0 +1 @@ +../../../Common/rt api/Public.cpp \ No newline at end of file diff --git a/BOINC software/BOINC client apps/distrrtgen/Public.h b/BOINC software/BOINC client apps/distrrtgen/Public.h new file mode 120000 index 0000000..20d6e3d --- /dev/null +++ b/BOINC software/BOINC client apps/distrrtgen/Public.h @@ -0,0 +1 @@ +../../../Common/rt api/Public.h \ No newline at end of file diff --git a/BOINC software/BOINC client apps/distrrtgen/des_enc.c b/BOINC software/BOINC client apps/distrrtgen/des_enc.c new file mode 120000 index 0000000..fea90ea --- /dev/null +++ b/BOINC software/BOINC client apps/distrrtgen/des_enc.c @@ -0,0 +1 @@ +../../../Common/rt api/des_enc.c \ No newline at end of file diff --git a/BOINC software/BOINC client apps/distrrtgen/des_locl.h b/BOINC software/BOINC client apps/distrrtgen/des_locl.h new file mode 120000 index 0000000..6cd2649 --- /dev/null +++ b/BOINC software/BOINC client apps/distrrtgen/des_locl.h @@ -0,0 +1 @@ +../../../Common/rt api/des_locl.h \ No newline at end of file diff --git a/BOINC software/BOINC client apps/distrrtgen/des_setkey.c b/BOINC software/BOINC client apps/distrrtgen/des_setkey.c new file mode 120000 index 0000000..c4ad7a9 --- /dev/null +++ b/BOINC software/BOINC client apps/distrrtgen/des_setkey.c @@ -0,0 +1 @@ +../../../Common/rt api/des_setkey.c \ No newline at end of file diff --git a/BOINC software/BOINC client apps/distrrtgen/ecb_enc.c b/BOINC software/BOINC client apps/distrrtgen/ecb_enc.c new file mode 120000 index 0000000..b710750 --- /dev/null +++ b/BOINC software/BOINC client apps/distrrtgen/ecb_enc.c @@ -0,0 +1 @@ +../../../Common/rt api/ecb_enc.c \ No newline at end of file diff --git a/BOINC software/BOINC client apps/distrrtgen/md4.cpp b/BOINC software/BOINC client apps/distrrtgen/md4.cpp new file mode 120000 index 0000000..3fec1a7 --- /dev/null +++ b/BOINC software/BOINC client apps/distrrtgen/md4.cpp @@ -0,0 +1 @@ +../../../Common/rt api/md4.cpp \ No newline at end of file diff --git a/BOINC software/BOINC client apps/distrrtgen/md4.h b/BOINC software/BOINC client apps/distrrtgen/md4.h new file mode 120000 index 0000000..176b68b --- /dev/null +++ b/BOINC software/BOINC client apps/distrrtgen/md4.h @@ -0,0 +1 @@ +../../../Common/rt api/md4.h \ No newline at end of file diff --git a/BOINC software/BOINC client apps/distrrtgen/md5.cpp b/BOINC software/BOINC client apps/distrrtgen/md5.cpp new file mode 120000 index 0000000..6d0108c --- /dev/null +++ b/BOINC software/BOINC client apps/distrrtgen/md5.cpp @@ -0,0 +1 @@ +../../../Common/rt api/md5.cpp \ No newline at end of file diff --git a/BOINC software/BOINC client apps/distrrtgen/md5.h b/BOINC software/BOINC client apps/distrrtgen/md5.h new file mode 120000 index 0000000..fc508f3 --- /dev/null +++ b/BOINC software/BOINC client apps/distrrtgen/md5.h @@ -0,0 +1 @@ +../../../Common/rt api/md5.h \ No newline at end of file diff --git a/BOINC software/BOINC client apps/distrrtgen/podd.h b/BOINC software/BOINC client apps/distrrtgen/podd.h new file mode 120000 index 0000000..ba3ebfe --- /dev/null +++ b/BOINC software/BOINC client apps/distrrtgen/podd.h @@ -0,0 +1 @@ +../../../Common/rt api/podd.h \ No newline at end of file diff --git a/BOINC software/BOINC client apps/distrrtgen/sk.h b/BOINC software/BOINC client apps/distrrtgen/sk.h new file mode 120000 index 0000000..159cee2 --- /dev/null +++ b/BOINC software/BOINC client apps/distrrtgen/sk.h @@ -0,0 +1 @@ +../../../Common/rt api/sk.h \ No newline at end of file diff --git a/BOINC software/BOINC client apps/distrrtgen/spr.h b/BOINC software/BOINC client apps/distrrtgen/spr.h new file mode 120000 index 0000000..30dd973 --- /dev/null +++ b/BOINC software/BOINC client apps/distrrtgen/spr.h @@ -0,0 +1 @@ +../../../Common/rt api/spr.h \ No newline at end of file -- 2.39.2