diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-06-09 11:42:22 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-06-09 11:42:22 +0200 |
commit | 1ba2ed95690396bf081d0af043d878b26b8563c2 (patch) | |
tree | 2f381ea0ad053718df0f99b830ee4c5051335d12 | |
parent | f937e9eae8012b66eeabcd10e4188d6410e7c5c4 (diff) |
Prepare the random translator to be merged into the Hurd sources
Move the random translator to its own subdirectory 'random'.
This is the last commit to this repository. Development of the random
translator will continue in the main Hurd repository.
-rw-r--r-- | random/Makefile (renamed from Makefile) | 0 | ||||
-rw-r--r-- | random/TODO (renamed from TODO) | 0 | ||||
-rw-r--r-- | random/gnupg-bithelp.h (renamed from gnupg-bithelp.h) | 0 | ||||
-rw-r--r-- | random/gnupg-glue.h (renamed from gnupg-glue.h) | 0 | ||||
-rw-r--r-- | random/gnupg-random.c (renamed from gnupg-random.c) | 0 | ||||
-rw-r--r-- | random/gnupg-random.h (renamed from gnupg-random.h) | 0 | ||||
-rw-r--r-- | random/gnupg-rmd.h (renamed from gnupg-rmd.h) | 0 | ||||
-rw-r--r-- | random/gnupg-rmd160.c (renamed from gnupg-rmd160.c) | 0 | ||||
-rw-r--r-- | random/mig-decls.h (renamed from mig-decls.h) | 0 | ||||
-rw-r--r-- | random/mig-mutate.h (renamed from mig-mutate.h) | 0 | ||||
-rw-r--r-- | random/random.c (renamed from random.c) | 0 | ||||
-rw-r--r-- | random/random.h (renamed from random.h) | 0 |
12 files changed, 0 insertions, 0 deletions
diff --git a/Makefile b/random/Makefile index 6291da0c..6291da0c 100644 --- a/Makefile +++ b/random/Makefile diff --git a/gnupg-bithelp.h b/random/gnupg-bithelp.h index 188db168..188db168 100644 --- a/gnupg-bithelp.h +++ b/random/gnupg-bithelp.h diff --git a/gnupg-glue.h b/random/gnupg-glue.h index cbf0a103..cbf0a103 100644 --- a/gnupg-glue.h +++ b/random/gnupg-glue.h diff --git a/gnupg-random.c b/random/gnupg-random.c index 8f308621..8f308621 100644 --- a/gnupg-random.c +++ b/random/gnupg-random.c diff --git a/gnupg-random.h b/random/gnupg-random.h index ee18febc..ee18febc 100644 --- a/gnupg-random.h +++ b/random/gnupg-random.h diff --git a/gnupg-rmd.h b/random/gnupg-rmd.h index 2446fc7d..2446fc7d 100644 --- a/gnupg-rmd.h +++ b/random/gnupg-rmd.h diff --git a/gnupg-rmd160.c b/random/gnupg-rmd160.c index 66107685..66107685 100644 --- a/gnupg-rmd160.c +++ b/random/gnupg-rmd160.c diff --git a/mig-decls.h b/random/mig-decls.h index 87b7eb2a..87b7eb2a 100644 --- a/mig-decls.h +++ b/random/mig-decls.h diff --git a/mig-mutate.h b/random/mig-mutate.h index dab89e56..dab89e56 100644 --- a/mig-mutate.h +++ b/random/mig-mutate.h diff --git a/random.c b/random/random.c index 6eea3631..6eea3631 100644 --- a/random.c +++ b/random/random.c diff --git a/random.h b/random/random.h index a38a4177..a38a4177 100644 --- a/random.h +++ b/random/random.h |