Преглед изворни кода

entropy: Port to OpenBSD

OpenBSD's entropy design is superior to Linux.
master
Aaron Marcher пре 6 година
родитељ
комит
fd14804d6f
2 измењених фајлова са 5 додато и 2 уклоњено
  1. +0
    -1
      README
  2. +5
    -1
      components/entropy.c

+ 0
- 1
README Прегледај датотеку

@@ -61,4 +61,3 @@ Porting to OpenBSD is the current goal before thinking about a release.

The following functions are not portable at the moment:
- wifi_{perc,essid}
- entropy

+ 5
- 1
components/entropy.c Прегледај датотеку

@@ -14,5 +14,9 @@
bprintf("%d", num) : NULL;
}
#elif defined(__OpenBSD__)
/* unimplemented */
const char *
entropy(void)
{
return "∞";
}
#endif

Loading…
Откажи
Сачувај