diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2015-11-03 15:09:18 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2015-11-05 16:48:37 +0100 |
commit | b8fb59897b707d53137a66ec054173c161a9f0ae (patch) | |
tree | 1a44c3175a08d79d14a0e350ed3238d47dd688d5 /crypto/buffer | |
parent | fix discrepancy (diff) | |
download | openssl-b8fb59897b707d53137a66ec054173c161a9f0ae.tar.xz openssl-b8fb59897b707d53137a66ec054173c161a9f0ae.zip |
Rebuild error source files.
Rebuild error source files: the new mkerr.pl functionality will now
pick up and translate static function names properly.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/buffer')
-rw-r--r-- | crypto/buffer/buf_err.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/buffer/buf_err.c b/crypto/buffer/buf_err.c index 631eec38d7..34671aa8ba 100644 --- a/crypto/buffer/buf_err.c +++ b/crypto/buffer/buf_err.c @@ -1,6 +1,6 @@ /* crypto/buffer/buf_err.c */ /* ==================================================================== - * Copyright (c) 1999-2006 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |