diff options
author | 2014-04-17 18:13:26 +0000 | |
---|---|---|
committer | 2014-04-17 18:13:26 +0000 | |
commit | 9bf7ad97da0fa385ad72c22f3987923bd5f9a9b8 (patch) | |
tree | 48b6d4ad5b70979b5adc42c623e26633a3f9369f | |
parent | Move the machine-specific parts of the libcrypto Makefile to per-arch makefile (diff) | |
download | wireguard-openbsd-9bf7ad97da0fa385ad72c22f3987923bd5f9a9b8.tar.xz wireguard-openbsd-9bf7ad97da0fa385ad72c22f3987923bd5f9a9b8.zip |
spidey senses
-rw-r--r-- | usr.bin/mg/theo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index cdd81ea2c5d..e71dd9e8017 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.135 2014/04/15 21:55:38 tedu Exp $ */ +/* $OpenBSD: theo.c,v 1.136 2014/04/17 18:13:26 sthen Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -178,6 +178,7 @@ static const char *talk[] = { "Shit should not be shared.", "the randomization in this entire codebase is a grand experiment in stupid", "My mailbox is full of shock.", + "my integer overflow spidey senses are tingling.", }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |